is it possible to script something that would allow that list cycling behavior but for cursor navigation? that might be more flexible and useful than the first idea. because it could be used for all sorts of editing tasks.
something like :
ra.CursorNextfromList(user input list)
https://github.com/kmatheussen/radium/b ... s.conf#L64
A editor steps idea (radiumers feedback wanted)
Re: A editor steps idea (radiumers feedback wanted)
Yes, it's possible to script a ra.CursorNextfromList function. Use a global variable to store list position, and increase it for every call. But I'm not sure if this solves anything. The function assigned to the keybinding for cursor down is not called when adding notes.
Re: A editor steps idea (radiumers feedback wanted)
That's strange. Maybe character encoding was changed when downloading. This one might work better: http://users.notam02.no/~kjetism/swingb ... _block.zip
Re: A editor steps idea (radiumers feedback wanted)
thats fine, even if i have to press up or down between each step it would still speed up the process by allowing me to not have to focus on the step size variations while i'm editing notes or data.
which would give me something like this but when i'm inputing new notes
https://forum.renoise.com/t/note-follow-step-edit/43194
could i use something like openrequester or popumenu to update a global variable from the gui without reloading the config file?
https://github.com/kmatheussen/radium/b ... conf#L1105
https://pasteboard.co/IagZWpH.png
Re: A editor steps idea (radiumers feedback wanted)
Yes, but unless you want to do several requests in the same window, you don't have to use openRequester. Then it's enough to call requestString/requestInteger/etc.ecodjtal wrote: ↑15 Apr 2019 16:38 could i use something like openrequester or popumenu to update a global variable from the gui without reloading the config file?
https://github.com/kmatheussen/radium/b ... conf#L1105
https://pasteboard.co/IagZWpH.png