-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User presets for instruments #125
Comments
Easy to do in principle; I'd prefer a simple folder with the user preset instruments, with instruments in the same format as normal instruments, to make it easier to move things around as needed. However, slightly hard part is to make a convenient UI for it. Off the top of my head, there's a few options:
I have been thinking of hiding the copy, load and save instrument in context menu anyway, there could be also the commands to save/load presets. |
This is related to #125, but is very crude way of implementing it.
You can now drop presets to |
I'm closing this as the rudimentary solution works for now and there's already #91 reminding us that we need a full blown preset explorer. |
Most of the time, I do not rebuild complex stacks from scratch, but rather start off from a certain "basic" version of my instruments. It would be super convenient to be able to select them from a drop-down, similar to the built-in presets.
The feature could be configurable over
~/.config/sointu/presets.yml
. This file could have the structureThe tracker could display a button (or have a menu entry) to make the current instrument a preset automatically (by adding it to
presets.yml
).The text was updated successfully, but these errors were encountered: