You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking about this for some time - could we allow making one of the tracks play 50ms before all the rest?
Sometimes, with pads that have long attack, you'd want to make them start their notes a bit before other instruments, so the note can develop enought when the beat hits.
I've just launched ReNoise on KXStudio - and it has this option on the mixer. You can delay/predelay each track +/- 100ms.
I guess that predelaying one track simply makes all other be delayed by an inverted value.
It could be named TIME OFFSET.
The text was updated successfully, but these errors were encountered:
Been thinking about this, There are at least 2 ways this could be done, per Fx mixer track as audio delays, or per Instrument delaying the triggering of sounds.
Are there any thoughts on this, as its something i would like to implement.
Been thinking about this, There are at least 2 ways this could be
done, per Fx mixer track as audio delays, or per Instrument delaying
the triggering of sounds.
Are there any thoughts on this, as its something i would like to
implement.
This is something that's getting done in the 2.0 branch, eventually. The
implementation will be in the AudioPort, using the RingBuffer class, and
the UI will probably be in the instrument window. There's some
groundwork that needs to be done before this, though.
I was thinking about this for some time - could we allow making one of the tracks play 50ms before all the rest?
Sometimes, with pads that have long attack, you'd want to make them start their notes a bit before other instruments, so the note can develop enought when the beat hits.
I've just launched ReNoise on KXStudio - and it has this option on the mixer. You can delay/predelay each track +/- 100ms.
I guess that predelaying one track simply makes all other be delayed by an inverted value.
It could be named TIME OFFSET.
The text was updated successfully, but these errors were encountered: