billorcutt/i_dropped_my_phone_the_screen_cracked

add support for multichannel audio output

Closed this issue · 2 comments

add support for multichannel audio output

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();