We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › Draw two diferrent waves
Page Index Toggle Pages: 1
Draw two diferrent waves (Read 1235 times)
Draw two diferrent waves
Apr 8th, 2010, 3:58am
 
Hi.

I'm a doubt about minim...
For example in the SawWaveSignal from oudioOutput examples, i am trying to do a 440 hz wave in the up formwave and a SquareWave in the down formwave...
Summarizing e need to do 2 diferents waveforms in the same skeatch...
...
i think i need diference the 2 out waves ....

Any ideas

Thanks
Re: Draw two diferrent waves
Reply #1 - Apr 8th, 2010, 7:40am
 
maybe 2 diferent channels???
Re: Draw two diferrent waves
Reply #2 - Apr 13th, 2010, 2:25am
 
it is possible creat something like  

out = minim.getLineOut(Minim.STEREO);
out1 = minim.getLineOut(Minim.STEREO);
out2 = minim.getLineOut(Minim.STEREO);

or

out. addSignal ();  ---> out.signal()
not add to another signals...
Page Index Toggle Pages: 1