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
Timeline: Don't forget to journal edits to time and tempo points!
tags/non-daw-v1.1.0
Jonathan Moore Liles
15 years ago
parent
ef0626ae75
commit
52da5eaa5a
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Timeline/Tempo_Point.C
+1
-0
Timeline/Time_Point.C
+ 2
- 0
Timeline/Tempo_Point.C
View File
@@ -92,6 +92,8 @@ Tempo_Point::log_children ( void ) const
int
Tempo_Point::handle ( int m )
{
Logger log( this );
if ( m == FL_PUSH && Fl::event_button3() && ! ( Fl::event_state() & ( FL_ALT | FL_CTRL | FL_SHIFT ) ) )
{
float t = _tempo;
+ 1
- 0
Timeline/Time_Point.C
View File
@@ -102,6 +102,7 @@ Time_Point::log_children ( void ) const
int
Time_Point::handle ( int m )
{
Logger log( this );
if ( m == FL_PUSH && Fl::event_button3() && ! ( Fl::event_state() & ( FL_ALT | FL_CTRL | FL_SHIFT ) ) )
{
Write
Preview
Loading…
Cancel
Save