13
0

ticks are not affected by metrum

This commit is contained in:
Robin Gareus 2016-05-26 02:22:10 +02:00
parent d6d5903a24
commit 602344f0c5

View File

@ -64,7 +64,6 @@ vst_ppq (const TempoMetric& tm, const Timecode::BBT_Time& bbt, double& ppqBar)
ppqBar *= ppq_scaling;
ppqBeat *= ppq_scaling;
ppqTick *= ppq_scaling;
return ppqBar + ppqBeat + ppqTick;
}