For instance, if the jalg ist doing some FFT stuff, the manipulated signal as a constant time delay (depending on the FFT).
In this case, the mix feature sounds funny, because it mixes the input signal with the delayed output signal.
For the mix signal, the input signal should also be delayed by the time the jalg introduces.
See as an example jmod.spectralGate~
This can be solved in a much simpler way by delaying the audio signals to j.in~ objects in the model as compared to the signals being processed. Illustrated in spectralGate~.model (currently at the dev branch).
For instance, if the jalg ist doing some FFT stuff, the manipulated signal as a constant time delay (depending on the FFT).
In this case, the mix feature sounds funny, because it mixes the input signal with the delayed output signal.
For the mix signal, the input signal should also be delayed by the time the jalg introduces.
See as an example jmod.spectralGate~
see more on the original redmine issue http://redmine.jamoma.org/issues/1516
The text was updated successfully, but these errors were encountered: