Skip to content

OpenFramewoks backend for TidalCycles

License

Notifications You must be signed in to change notification settings

edne/ofxTidal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

ofxTidal

OpenFramewoks backend for the TidalCycles language for live coding patterns.

Example

voidofApp::setup(){tidalProxy.setup(); tidalProxy.addCallback("bd", [](int n){ofBackground(0, 0, 0)}); tidalProxy.addCallback("sn", [](int n){ofBackground(255, 255, 255)})} voidofApp::update(){tidalProxy.update()} 

Use as proxy

The setup method takes some optional parameters:

voidsetup(int inPort=57120, int outPort=57121, string outHost="127.0.0.1");

In Supercollider:

include("SuperDirt") SuperDirt.start(port:57121)

Current status

Very experimental, contributions are welcome.

Contributing guidelines

About

OpenFramewoks backend for TidalCycles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published