-
Notifications
You must be signed in to change notification settings - Fork 748
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
Topic/bounded controls: cleaned up branch ready. #1270
Conversation
Prevent multichannel control mapping from spilling over. This fixes #1252.
Here are the tests from the discussion:
|
ping? |
|
||
typedef struct IndexMap { | ||
uint32 index; | ||
uint32 mIndex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is index, what is mIndex? m is a common prefix for "member", though both are members. maybe there are more expressive names?
better? For |
great, thanks! |
if it is ok, could someone else be so kind and merge? |
Ok, I'll take responsibility, before it gets stale. |
Topic/bounded controls: cleaned up branch ready.
thanks for all the effort to merge in topics, @telephon ! |
This is a cleaned up version of the old branch bounded-controls. It fixes #1252.