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

add support for multichannel audio output #39

Closed
billorcutt opened this issue Jan 15, 2018 · 2 comments
Closed

add support for multichannel audio output #39

billorcutt opened this issue Jan 15, 2018 · 2 comments
Assignees

Comments

@billorcutt
Copy link
Owner

add support for multichannel audio output

@billorcutt billorcutt self-assigned this Jan 15, 2018
@billorcutt
Copy link
Owner Author

@billorcutt
Copy link
Owner Author

This is done. Works like this (send four different oscillators to four different channels)
__().sine().multi_out(0);
__().saw().multi_out(1);
__().triangle().multi_out(2);
__().square().multi_out(3).play();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant