This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Improve tick calculation?
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
65b6d544ad
commit
9f3cc2a2e0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Timeline/Timeline.C
+ 1
- 1
Timeline/Timeline.C
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;
Write
Preview
Loading…
Cancel
Save