schallweller Posted March 20, 2013 Report Share Posted March 20, 2013 Hi I could not find anything about this here. I'm creating my own NGS file and I want to create an Event for a DIN Button. I want to press the button and the MidiBox should send a custom OSC message like this: "/renoise/select/track i4" to my configured OSC server But I only read about possibilities like sending midi data and translating them to OSC. Is it possible to send a "custom message-string" or not, and if "yes" - how? Greetz schallweller Quote Link to comment Share on other sites More sharing options...
TK. Posted March 20, 2013 Report Share Posted March 20, 2013 Hi, OSC commands can't be customized, because there isn't enough RAM available to store the strings. The only possibility would be to change the strings of an existing mode in the source code: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fmodules%2Fuip_task_standard%2Fosc_client.c (you would still have to send MIDI events, which are then mapped to OSC strings by the client) Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.