Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make OSC support configurable #24

Open
darrenmothersele opened this issue Apr 13, 2015 · 0 comments
Open

Make OSC support configurable #24

darrenmothersele opened this issue Apr 13, 2015 · 0 comments

Comments

@darrenmothersele
Copy link
Member

Continuation from #18

I've hard-coded a basic (but useful) OSC implementation. It allows you to turn on/off the program buffers (1-8) from an OSC controller. I also added support for an XY control, and 4 value sliders.

An example layout for TouchOSC is in the repo: https://github.com/darrenmothersele/cyril/blob/master/CyrilTouchOSC.touchosc

It has an XY controller, that maps OSX message on "/1/xy1" to PADX and PADY values in Cyril. It has 8 toggle switches that turn on/off programmes ("/1/toggle1" etc), and it has 4 float value sliders that map to F1, F2, F3, and F4 (OSC messages: "/1/fader1", "/1/fader2", etc).

An example Cyril programme that demonstrates the use of these:

push
move PADX, PADY
rotate F1 * 360
box 1 + F2
pop

I have been planning to add settings.xml back in, and once I do this, I plan to make OSC messages configurable.

Oh, and it listens on port 12345. So, once you've installed TouchOSC on your iPhone or android device, use the editor to send the example layout to your device, then connect to Cyril using the IP address of the computer running Cyril, and port "12345".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant