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

Note Expression Module forEachActiveVoice template requires int32_t for note_id. #26

Open
dbadb opened this issue May 7, 2024 · 0 comments

Comments

@dbadb
Copy link

dbadb commented May 7, 2024

voiceExpanderModule.h

template <class Callback>
    void foreachActiveVoice(int16_t noteId, // <-----  we're dropping 16 bits here, clap_event_note accepts int32_t
                            int16_t port,
                            int32_t channel,
                            int16_t key,
                            const Callback &callback) const 
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