kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
835 stars 36 forks source link

[Feature request] Add easier way to add/clone existing instrument to track #1395

Open akimaze opened 1 year ago

akimaze commented 1 year ago

When the project grows, currently when you want add existing instrument to track you need find it in very long menu e.g.:

image

So it would be great to have here a window with searching like in "From plugin manager" to simply search by instrument name/type. It can be "Search..." menu item under the "All" menu item.

Another place to speed up this task is modular mixer. It would be great to have "Assign to current track" in instrument context menu.

kmatheussen commented 1 year ago

Yes, the "Instrument list" window can probably be modified to be used for this (in the "Windows" meny). It sounds exactly like the thing you're describing.

kmatheussen commented 1 year ago

I've added a "Assign to current editor track" option to the instrument popup menu. You can assign keybinding to it as well. https://github.com/kmatheussen/radium/commit/abe9c8efc41ef75c45a16f2321836120d8805340

akimaze commented 1 year ago

I've added a "Assign to current editor track" option to the instrument popup menu. You can assign keybinding to it as well. abe9c8e

Works great thanks :)

luzpaz commented 8 months ago

Is this ticket then solved ?

akimaze commented 8 months ago

@luzpaz I think it's partially solved/fixed. You can assign instrument to current track from mixer (and that fixes most use cases for me) but there is no window with searching. I think it's why it is still open.