d1cc71150f
Previously, 0 -> no swing (1:1, 50%) 50 -> triplet swing (2:1, 66%) 75 -> hard swing (3:1, 75%) 100 -> sextuplet swing (5:1, 83%) (default!) 150 -> absolute maximum (inf:1, 100%) This is rather confusing... One common interpretation uses percentages of the beat, where triplet swing is 66%. However, that causes precision issues since it's really 66.666... Since we already default to 100 and take "no swing" as zero, let's make that reference point triplet swing. Then the scale becomes: 0 -> no swing (1:1) 100 -> triplet swing (2:1) 150 -> hard swing (3:1) 200 -> sextuplet swing (5:1) 300 -> absolute maximum (inf:1) 300 doesn't make any sense, so let's change the range to -250 .. 250 which covers all useful values. Also remove the division through 100 and back, to avoid rounding issues. Signed-off-by: Asahi Lina <lina@asahilina.net> |
||
---|---|---|
.. | ||
appleutility | ||
ardour | ||
ardouralsautil | ||
audiographer | ||
auscan | ||
backends | ||
canvas | ||
clearlooks-newer | ||
ctrl-interface | ||
evoral | ||
fluidsynth | ||
fst | ||
gtkmm2ext | ||
hidapi | ||
libltc | ||
lua | ||
midi++2 | ||
panners | ||
pbd | ||
plugins | ||
ptformat | ||
qm-dsp | ||
surfaces | ||
temporal | ||
vamp-plugins | ||
vamp-pyin | ||
vfork | ||
vst3 | ||
waveview | ||
widgets | ||
zita-convolver | ||
zita-resampler |