How do I add a new macro mapping to an instrument?
I assume I need to create a new InstrumentMacroMapping
and add it to renoise.song().instruments[].macros[].mappings[]
?
I’ve found the DeviceParameter I want to map to (.volume_input
on a newly created SampleModulationSet
which I’ve assigned to sms
…
I’ve tried:
renoise.song().instruments[1].macros[1].mappings[1].parameter(sms.volume_input)
But get an error stating the mapping doesn’t exist…