Skip to content
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

Allow patches to have different names in banks #362

Open
christofmuc opened this issue Nov 2, 2024 · 0 comments
Open

Allow patches to have different names in banks #362

christofmuc opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@christofmuc
Copy link
Owner

I agree the deduplication is counter intuitive with the bank management.

You can sort of disable deduplication if the fingerprint implementation uses all bytes of a patch, including program position and name. But importing the bank a second time would still show an empty list. Why am I so focused on deduplication? Because when sorting patches, you want to assign patch type and mark favorites. If you have the same patches under a different name or program position, you would be wasting a lot of time.

I think the correct way is to:

  • Fix the problem that renamed patches are not sent to the synth (which was the original issue here)
  • Always import full banks and files, to stop confusing users from getting less patches in an import than were there (I have been confused by this already as well)
  • Allow patches to appear multiple times in a list (this is actually possible) and under different names (which is not possible yet).
  • Automatically create banks for imports where applicable (not easy)

The original database structure patches becomes the repository for the data structure of the patch, i.e. the parameters. They might or might not contain program positions and names.

The "PatchInList" structure in addition to the new program position also gets a name allowing to record the name of the patch in this list - and this name is unique to the list, and is written into the patch data only before it is sent to the synth. This should allow for @salzaverde's completely valid use case to add the song number into the patch name.

Thanks @salzaverde for the pull requests, i will look at them at next opportunity! And then I need to make a plan on the changes required for this!

@Andy2No Thanks as always for your input, appreciated!

Originally posted by @christofmuc in #353 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant