renoise / tools

Scripting tools written by the Renoise team
MIT License
285 stars 43 forks source link

typo in API functions - sample[] should be samples[] #162

Closed esaruoho closed 7 months ago

esaruoho commented 7 months ago

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]
emuell commented 7 months ago

Yes, indeed. Thanks.

Please note that the documentation here will be replaced soon with https://github.com/renoise/definitions