Improve tick calculation?

pull/3/head
Jonathan Moore Liles 2008-05-16 18:44:18 -05:00
parent 65b6d544ad
commit 9f3cc2a2e0
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ done:
/* FIXME: this this right? */
const nframes_t frames_per_tick = frames_per_beat / ticks_per_beat;
const double frames_per_tick = frames_per_beat / ticks_per_beat;
bbt.tick = ( end - f ) / frames_per_tick;
return pos;