I’ve been reading the short cut keys and trying to see if there is a way to map a qwerty and/or MIDI to select a specific track. I guess like you can use CTRL + NUM PAD to select instruments, can I set up something to move the cursor to a specific track? I know I can move left/right, but after something more direct, e.g. CTRL + 2 moves to track 2. Thoughts welcome
this cannot be done as of version 2.6, but can be added with a script, since this feature allows you to modify the edit position and also create MIDI/keyboard shortcuts to associate functions to
Thanks for the snippet, I’m right at the start of the LUA curve, I only just launched renoise with the flags to go into script land. Not sure this is the right time to turn this thread into a ‘hello world’, I need to put some effort into reading up, but I’ll let you know what I did so far
started renoise 2.6 with the --scripting-dev flags
go to Tools > Scripting Editor & Terminal
File > New
Paste the snippet
Save the file locally
Execute
Output is…
*** Track Select Test.lua:3: attempt to call field ‘tool’ (a nil value)
*** stack traceback:
*** Track Select Test.lua:3: in main chunk[/code]
Not sure what to do next to be honest I checked prefs and mappings but couldn’t find the new mapping option for track1.
95% sure user/scripty-newbie error - I need to rewind and read up!
Btw, with a clear head this morning (ahem!) taking apart the example XRNX is helping a lot, i.e. I just found the example key binding in there and can see where your snippet fits.