Documentation error

renoise.song().instruments[].sample_modulation_sets[]:insert_device_at(device_path, index)   

As noticed by mxb, it’s not (device_path, index) , it’s ```
(device_path, target, index), where target 1=vol, 2=pitch, 3=pan, 4=cut, 5=res.

[s]I wish I had found out 2 hours ago[/s]

Small typo some lines beneath it also:

1939:

-- Filter type.  
renoise.song().instruments[].sample_modulation.filter_type, _observable  
 -> [enum = FILTER]  

s/sample_modulation/sample_modulation_sets[]

I also noticed that there seems to be no way to access the global per-target “Input” slider, accident? (or maybe i just need a coding break x)