a method for toggling Instrument Properties (below the Instrument Box)
a method for closing Disk Browser and instead having the Instrument Box take up the whole vertical space.
a method for resizing Disk Browser / Instrument Box sizes
and for turning these instrument properties things on/off
EDIT:
Automation stuff:
a method for selecting a device within the Track Automation List
a method for selecting a parameter within the device within the Track Automation List.
We can already do this with Track DSP (well at least the device selection), just missing it from the Automation List.
This would be pretty magical. I have a script that would really benefit from this.
EDIT:
-- When true, the middle frame views (like the pattern editor) will
-- stay focused unless alt or middle mouse is clicked.
renoise.app().window.lock_keyboard_focus
-> [boolean]
while this exists, give the same lock keyboard focus for Track Automation. or a way to make the Track Automation focused, maybe not even lock.
Importing Keybindings.xml is a standard feature.
It would actually be very helpful if this could be done with the API.
The only argument required might be the file path.
Renoise has a problem that the key operation system tends to be complex.
For example, if it were possible to import Keybindings.xml by key bindings, it would be possible to change the key bindings set at the same time as switching to the pattern editor, mixer, sample editor, etc., like vim in the editor.
Other application possibilities should be quite wide.
If someone created a key binding set so that Renoise can use a simple operation system like Dirtywave M8, it would also be easy to switch to it.
Even simple additions to functionality have a wide range of applicability, and I believe the impact that can be brought to Renoise through extensions will be very significant.
@taktik Sorry to ping you and make a brazen request. I hope you will consider it. My guess is that it should be relatively hassle-free. Sorry if I am wrong.
I am discussing with @esaruoho in this way in anticipation of those.
A fully working, full feature XML lib would be very cool, with support for attributes, searching, just like mentioned here. Or an extension of the Document API with attributes and searching…
To automatically play samples after rendering, for example.
Pressing Enter in the sample editor will play it, but I would like to do that with the API.
2nd:
add API control for triggering buttons like Normalize and DC Offset, Fade In, Fade out. i.e. just "API command for running the command, as if you pressed it)
Method for opening a dialog in a specific x-y position, querying dialog position, and saving the x-y position in tool preferences. thank you so very much!
EDIT:
since i’m at my limit of 3 posts again before can post more, here’s one more.
“Play Current Line” API function. a few flavors.
Play Current Line in Current Column of Selected Track
Play Current Line in Selected Track
Play Current Line of all Tracks
Play Current Line of Selection in Pattern in Song
I just found some repositories related to Renoise are updated. It’s very intering. I think Renoise Scripting Development Book is very useful to develop Renoise tools for us. BTW, old issues and pull requests are deleted,
and we cannot confirm them. Is that no problem?
i need to be able to create shortcuts in the Sample Navigator context. i.e. i focus sample navigator, and specific shortcuts can be made. Currently I try to put in Sample Navigator:Paketti:something and nothing shows in the KeyBinds because the Sample Navigator section is not available for shortcutting.