Seeking input on OSC namespace for SunVox

Multi-platform modular music creation studio
Post Reply
User avatar
queries
Posts: 316
Joined: Tue May 10, 2016 9:51 pm

Seeking input on OSC namespace for SunVox

Post by queries »

Because of the general nature of OSC, I'm seeking feedback from anyone in the community who has familiarity with OSC and/or any specific features that they'd like to see in an OSC gateway for SunVox.

Here's the GitHub issue that I'm using to track progress: https://github.com/metrasynth/sunvosc/issues/1

Further background:

Several in our community have a strong desire for using the SunVox engine in contexts not supported by the SunVox app itself... such as live-coding, MIDI clock sync, and control via OSC.

I've been doing a lot of experimentation with this, such as wrapping the SunVox DLL in a Python module, independently documenting and implementing the SunVox file formats, and working with different ways to control it accurately via live-coding, etc.

To support this, I'm starting yet another project, an OSC server for the SunVox DLL, that I'm calling "SunVOSC". :)
User avatar
queries
Posts: 316
Joined: Tue May 10, 2016 9:51 pm

Re: Seeking input on OSC namespace for SunVox

Post by queries »

Here is the first draft of a possible OSC namespace: https://sunvosc.readthedocs.io/en/latest/namespace.html
Post Reply