Browse Source

Oops. Fix control sequence playback broken by renmaing.

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

+ 1
- 1
Timeline/Control_Point.H View File

@@ -55,7 +55,7 @@ public:
float control ( void ) const { return _y; }
void control ( float v ) { _y = v; }
/* only for playback thread */
nframes_t when ( void ) const { return _range.offset; }
nframes_t when ( void ) const { return _range.start; }

int abs_w ( void ) const { return 6; }



Loading…
Cancel
Save