Does anyone know how I can emulate and/or use endless rotaries via the renoise api?
More specific, I want to receive and use increments +/-1 in my code, triggered by clockwise and/or counter-clockwise rotation of my endless rotary…
Cheers!
Does anyone know how I can emulate and/or use endless rotaries via the renoise api?
More specific, I want to receive and use increments +/-1 in my code, triggered by clockwise and/or counter-clockwise rotation of my endless rotary…
Cheers!
What are we talking about, something MIDI related here?
If you look in Duplex (UISlider), you’ll see the code for receiving many different kinds of relative MIDI messages.
You’re welcome to use that as a starting point.
For a native viewbuilder component, no such thing exists. Not a big deal though, endless rotaries are normally implemented in hardware to control parameters that are difficult to control using a 7 bit range (for example, BPM). Renoise obviously don’t have this problem, as BPM can be represented in many other ways.
Thank’s a lot, that helped!