-
Notifications
You must be signed in to change notification settings - Fork 20
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
128 channel support with user feedback #254
Conversation
totally untested
tests updated too
existing getEntryById method renamed to getEntryIndexById since that's more accurate of what it did.
Move out of state-polling timer method and in to onStateChanged
Code review notes;General approach was to make everything support 128 channels under the hood. Some areas needed to know the actual supported channels of the DAW (e.g, for routing during import and for UI), so there were some helper funcs for that. Tasks
|
ear-production-suite-plugins/plugins/direct_speakers/src/direct_speakers_plugin_processor.cpp
Show resolved
Hide resolved
ear-production-suite-plugins/plugins/direct_speakers/src/direct_speakers_plugin_processor.cpp
Outdated
Show resolved
Hide resolved
ear-production-suite-plugins/plugins/hoa/src/hoa_plugin_processor.cpp
Outdated
Show resolved
Hide resolved
ear-production-suite-plugins/plugins/direct_speakers/src/value_box_main.hpp
Outdated
Show resolved
Hide resolved
ear-production-suite-plugins/plugins/direct_speakers/src/value_box_main.hpp
Outdated
Show resolved
Hide resolved
1e16251
to
a7d37bc
Compare
Suggestions implemented. Diff since last review; b2ec02f...a7d37bc |
Closes #244 |
ear object routing is limited by 64 |
Supercedes #253 - same fixes + additional commits for user feedback when channel limits are exceeded on import