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

Better SoundFont overriding with substitution of missing sounds #271

Open
KirbyJoe opened this issue Dec 26, 2023 · 0 comments
Open

Better SoundFont overriding with substitution of missing sounds #271

KirbyJoe opened this issue Dec 26, 2023 · 0 comments

Comments

@KirbyJoe
Copy link

Is your feature request related to a problem? Please describe.
When you use multiple SoundFonts to add missing sounds, some of the sounds in the instruments will still appear to be missing. This is especially common for SoundFonts with missing percussion sounds. I have multiple SoundFonts and change them by mood, but when I use the ones with missing percussion sounds, I always find it incomplete. It appears that OmniMIDI overrides each instrument, but doesn't override the sounds of each instrument individually.

Describe the solution you'd like
Implement a new method of SoundFont overriding that overrides the sounds of each instrument individually. The current override method should be used when there isn't a single missing sound in an instrument. The new method shouldn't directly edit a SoundFont and shouldn't be memory or CPU intensive.

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

No branches or pull requests

1 participant