The Api Wishlist Thread

EDIT: OOPS:

3373:renoise.song().transport.record_parameter_mode

already exists.

“Toggle Record to Envelopes/Pattern”

control over toggling this:
Screenshot 2024-09-10 at 7.33.24

  • Read OS Resolution (width / height) (for better resizing Dialogs)

  • Add Scrollbar features to LUA GUI API

Currently, it seems difficult to properly display information when a large amount of information may be displayed in a dialog.

please pretty please add

API function for setting Cursor to Sub Column (Panning, Delay, Volume, Sample FX, Instrument, Note)

renoise.song().selected_sub_column_index

this would allow me to jump to current note column’s specific sub_column.

Load Track Device Chain should allow for not overwriting current TrackDSP content, instead appending

renoise.app():load_track_device_chain(filename) 
  -> [boolean]

when triggering this, currently, it overwrites what’s there!