Minim general question
in
Contributed Library Questions
•
2 years ago
I'd like to use Minim to let users produce 5 different signals (pink and white noise, saw, sine and pulse waves) by providing input. It's the first time I'm programming sound, and even though it kind of works now, I was wondering:
1. should I have one lineOut per signal?
2. if I should have one lineout per signal, how can I do it? (i've tried using the setOutputMixer() function, but it returns an error (the function does not exist).
I'm using Minim 2.0.2 on OS X 10.6.
Thanks!
1