critterandguitari / Organelle_OS

Other
57 stars 24 forks source link

OSC navigation #44

Closed konsumer closed 1 year ago

konsumer commented 1 year ago

This adds a few OSC messages for navigating the menu. It would allow easier solutions to things like this where the user wants to hook some other control up to navigation. With this PR, you can send these OSC messages, and navigate the menu:

/nav/up
/nav/down
/nav/press
/nav/release
konsumer commented 1 year ago

Since puredata can't really send OSC messages for menu-nav (mother.pd is a child of the menu, and when it starts the menu goes away) it might make usage a bit more complicated, but this could still be used in other ways (for example with oscsend or another little C service that listens to pi rotary events, midi, or joystick or whatever, and sends OSC to mother.)

owenosborn commented 1 year ago

Looks good, Thanks!