Hi everyone,
I'm working on a simple sine-wave synthesizer and starting to get problems with the cpu.
Now i'm trying t make it multicore with pd~ and it's working fine, except one thing: I don't get stereo sound out of the pd~ subpatch.
I can not explain myself why - so i ask here:
| *Variable* *Numbers* <
|
| pd~ -ninsig 0 -noutsig 2 -fifo 20 |
{
subpatch: calculating the music from the numbers with osc~
|dac~ 1 2|
}
| | (the two right outlet of pd~ (noutsig))
|dac~ 1 2|
only the left audio-outlet is working!
does somebody now what it could be?
shall i attach the file? it's quite big - and the problem so small...
Thanks a lot!