loop_tune support #1258
michael02022
started this conversation in
Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This opcode works (so far) in Dimension Pro, while in sforzando is ignored.
It works as an additive to the
tune
opcode of the sample. For example, if my tune is-15
, and my loop is tuned at-20
, then I should writeloop_tune=-5
to make it work as intended.loop_tune
is a feature that early samplers/romplers had. And for a good reason.This feature let you make a one cycle loop and fix the tune of the loop. This is essential for any sample that has continuous waveforms and let you extend the
decay of it without modifying/processing the sample data.
So you can make different map variants of the same sample, and it saves a lot of time for cases where you just want to extend the decay of a sampled instrument since you don't need to process and re-save the same sample, avoiding bloats to the sample set.
Here a very simple demo of the opcode: loop_tune demo.zip
Beta Was this translation helpful? Give feedback.
All reactions