in both of these cases, the sample[] should be samples[] - otherwise the api calls don't work.
@emuell hope this makes sense.
-- The linked modulation set. 0 when disable, else a valid index for the
-- instruments[].sample_modulation_sets table
renoise.song().instruments[].sample[].modulation_set_index, _observable
-- The linked instrument device chain. 0 when disable, else a valid index for the
-- instruments[].sample_device_chain table
renoise.song().instruments[].sample[].device_chain_index, _observable
-> [number]
in both of these cases, the
sample[]
should besamples[]
- otherwise the api calls don't work. @emuell hope this makes sense.