Hello every one....
I have a problem of synchronizing my patch..is this is the right term to use.
When I run my patch the first time I have a result X, and when I run it the
second time I have a result Y, and the third time i have again the X result
and then the Y result and so on....and i cannot really figure out what i have
done wrong...
The main idea of my patch is:
[inlet~]
/ \
/ \
[compute spectra~] [compute pitch~]
| |
\ /
\ /
[compute jitter~]
|
[outlet~]
One idea that I had is that maybe my patches [compute spectra~] and
[compute pitch~] take different time to produce an output so I will have
to use a delay...but how can I count the time each one needs??
But is this the problem, or it has to do with my cpu? or the buffer that i use??