Is there a way to manually enter the CC number when setting MIDI controls in Renoise (i.e, not using the “Learn Mode”)? I am sending MIDI out from TidalCycles to Renoise so whenever I try to use Learn Mode it just picks up the MIDI notes/other CC values. My current solution is to add a bunch of Hydras with the correct MIDI CC controls, and then save that as the Template. It works but its pretty gross and not very easy to edit live.
If there is no way atm, would it be possible to make a tool to do it? I know a bit of Lua but have yet to try it in Renoise. https://tweakbox.mobi/
Update: found out that you can control a tohttps://getappvalley.com/ n of stuff using OSC, so I’ve written a lua script to deal with the information coming in from TidalCycles. https://vlc.onl/
One way to handle custom incoming OSC is to copy GlobalOscActions.lua from the Renoise installation over to where your Renoise user-data stuff is stored
Was there something in particular you wanted to see?
It occurred to me that stopped using GlobalOscActions and started writing task-specific tools that hosted their own OSC server (and would pass-thru any messages they couldn’t handle on to the default Renoise OSC server).
I actually quoted the wrong person lol. But it seems like OP is not even active in the forums anymore. I’ll take a look at your Git, though. I have never coded in LUA but it doesn’t look complicated.
What I’m trying to do is modulate parameters using Tidal (ex: a filter cutoff inside an Analogue Filter in Track 05) without having to using MIDI learn (as it’s kinda inconvenient to do in a live context). But it seems like OSC will be a better option…
The note sequencing part can easily be done through MIDI, as we can assign instruments to specific tracks and then just hit record to store notes coming from Tidal. My only problem is with modulations.