Use of percentages in the offset
opcode - (offset_mode
?)
#33
Replies: 0 comments 6 replies
-
The current way of measuring offsets is pretty awkward. Should you really need to keep the sample rate in mind when setting an offset? |
Beta Was this translation helpful? Give feedback.
-
Some ARIA Extension SFZs in the field already have been using a variant of this idea (since 2021 ish) This is included in sforzando since v1.971 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
instead of an exact number, you can use a percentage from 0 to 100, where depending of the percentage result, that gonna be the section that will be skipped in the sample
if you write "offset=2%", it will calculate the result based on the sample size for each one
sample-size | result of 2%
sample 1: 35654 -> 713
sample 2: 75456 -> 1509
sample 3: 48289 -> 965
also you can use decimals like 1.5%
for precision
not sure if it can be done with the same opcode or should be a new opcode for that like offset%=2.1
Beta Was this translation helpful? Give feedback.
All reactions