Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/audio/mix feature should have delay comensation #65

Closed
hems opened this issue Jun 10, 2013 · 1 comment
Closed

/audio/mix feature should have delay comensation #65

hems opened this issue Jun 10, 2013 · 1 comment

Comments

@hems
Copy link
Member

hems commented Jun 10, 2013

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

lossius pushed a commit that referenced this issue Dec 28, 2013
…uch simpler solution than extending the /audio/mix feature of models to have delay compensation, and hence rejects #65
@lossius lossius closed this as completed Dec 28, 2013
@lossius
Copy link
Member

lossius commented Dec 28, 2013

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants