-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Multichannel audio #820
Multichannel audio #820
Conversation
just tested it with blackhole 16ch and it works great! I only wonder if the 0 indexing makes sense, as channel numbers are typically counted from 1. what do you think? |
I think that makes sense, I can update it early next week, or feel free to update it in the meantime |
This should be ready to go, not sure why the hyperpop test is failing |
some weird rounding error, i guess it doesn't matter |
This is an MVP for multichannel audio that supports routing to any output on the user's interface. examples:
note("e a b g").ch("2:3")
note("e a b g").ch(2)
note("e a b g").ch(saw.range(0,8).slow(4))
enhancements that could be added in followup work would be: