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
Fix journaling for control points.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
66bd927231
commit
212dc3e3ea
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Timeline/Control_Point.H
+ 3
- 0
Timeline/Control_Point.H
View File
@@ -41,6 +41,8 @@ protected:
void
get ( Log_Entry &e )
{
Sequence_Point::get( e );
e.add( ":y", _y );
}
@@ -61,6 +63,7 @@ protected:
// _make_label();
}
Sequence_Point::set( e );
}
Control_Point ( )
Write
Preview
Loading…
Cancel
Save