Hi, can I use LUA API to map the Virtual Keyboard Pitchbend, to, say, ya know, the Pitch control in the Modulation?
I don’t really understand this stuff:
-- Access the MIDI pitch-bend macro
renoise.song().instruments[].pitchbend_macro
-> [returns renoise.InstrumentMacro]
-- Access the MIDI modulation-wheel macro
renoise.song().instruments[].modulation_wheel_macro
-> [returns renoise.InstrumentMacro]
Ok I get that i can access the pitchbend_macro, and i can even get info as to where it is mapped, but can i make it be mapped to something?
there’s even a method: mapping
but i don’t know how to access it