Browse Source

Improve tick calculation?

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
9f3cc2a2e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Timeline/Timeline.C

+ 1
- 1
Timeline/Timeline.C View File

@@ -491,7 +491,7 @@ done:


/* FIXME: this this right? */ /* 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; bbt.tick = ( end - f ) / frames_per_tick;


return pos; return pos;


Loading…
Cancel
Save