Skip to content

kn1kn1/go-sclang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sclang

Build Status

go-sclang is a library for go which enables to execute and comunicate with SuperCollider programming language (sclang).

How to Install

$ go get github.com/kn1kn1/go-sclang/sclang

How to use

import (
	"github.com/kn1kn1/go-sclang/sclang"
	"os"
)
const PathToSclang = "/Applications/SuperCollider/SuperCollider.app/Contents/Resources/"
sclangObj, err := sclang.Start(PathToSclang, os.Stdout)

You may find more usage in ./sclang/example/sclang_example.go

License

go-sclang is released under the GNU General Public License (GPL) version 3, see the file 'COPYING' for more information.

About

A library for sclang (SuperCollider client application)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published