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

Allowing custom override for JUCE-style note names #163

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jatinchowdhury18
Copy link
Collaborator

Patrick on the CLAP Discord pointed out that we might want to allow users to "override" the JUCE's note name mechanism, and interface directly with CLAP's note name mechanism instead. So with this PR, if the plugin implements clap_juce_audio_processor_capabilities::supportsNoteName() and has it return true, then the CLAP wrapper will use the clap_juce_audio_processor_capabilities note name methods, rather than the JUCE note name method.

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

Successfully merging this pull request may close these issues.

1 participant