Maybe this is already existing functionality, but I ask anyway.
Is it possible to have renoise published as a midi-out device? So that other applications can discover renoise as if it was for example the Microsoft GS Wave…
The next step is ofcourse the possibility inside renoise to use this as an input, in the same was as an external keyboard.
It would make my life easier, the alternative is going down the virtual-midi-ports-darkness.
But, it was the other way around im creating a small application in C# that sends note data to renoise into the selected pattern, using OSC with lua commands at the moment.
My first idea was to modify the copy/paste data, consisting of xml, but it was too cumbersome to use. My other thought was to use midi and now i ended up using osc instead.