1
0
Fork
You've already forked FlokQuark
0
Allows you to use SuperCollider with Flok
  • SuperCollider 100%
Find a file
2020年03月22日 11:35:10 -03:00
.gitattributes Initial commit - import from TroopQuark 2020年03月07日 08:28:50 -03:00
.gitignore Initial commit - import from TroopQuark 2020年03月07日 08:28:50 -03:00
Flok.quark Initial commit - import from TroopQuark 2020年03月07日 08:28:50 -03:00
Flok.sc Make OSCFunc permanent 2020年03月17日 14:15:11 -03:00
LICENSE.txt Update README; add license 2020年03月22日 11:35:10 -03:00
README.md Update README; add license 2020年03月22日 11:35:10 -03:00

FlokQuark

SuperCollider Quark for connecting Flok with SuperCollider.

You will need this to use the remote_sclang target in Flok.

Install

Open a new document on your SuperCollider IDE and type:

Quarks.install("https://github.com/munshkr/FlokQuark");

After a few seconds, if everything went OK, you should see something like this in your Post window:

Installing Flok
Flok installed
-> Quark: Flok[0.1.0]

Finally recompile your class library. Go to Language menu, Recompile class library, or hit Ctrl+Shift+L.

Usage

Whenever you need to use it, start your flok-repl with -t remote_sclang, and on SuperCollider IDE, run this:

s.waitForBoot { Flok.start };

If you see Flok started. Listening for messages on port 57200... on your Post window, you are ready!

Contributing

Bug reports and pull requests are welcome on GitHub at the issues page. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This project is licensed under GPL 3+. Refer to LICENSE.txt