Browse Source

Fix journaling for control points.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
212dc3e3ea
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Timeline/Control_Point.H

+ 3
- 0
Timeline/Control_Point.H View File

@@ -41,6 +41,8 @@ protected:
void void
get ( Log_Entry &e ) get ( Log_Entry &e )
{ {
Sequence_Point::get( e );

e.add( ":y", _y ); e.add( ":y", _y );
} }


@@ -61,6 +63,7 @@ protected:
// _make_label(); // _make_label();
} }


Sequence_Point::set( e );
} }


Control_Point ( ) Control_Point ( )


Loading…
Cancel
Save