|
@@ -180,10 +180,12 @@ main ( int argc, char **argv ) |
|
|
ASSERTION( "Could not initialize MIDI system! (is Jack running and with MIDI ports enabled?)" ); |
|
|
ASSERTION( "Could not initialize MIDI system! (is Jack running and with MIDI ports enabled?)" ); |
|
|
|
|
|
|
|
|
if ( ! transport.valid ) |
|
|
if ( ! transport.valid ) |
|
|
|
|
|
{ |
|
|
if ( transport.master ) |
|
|
if ( transport.master ) |
|
|
ASSERTION( "The version of JACK you are using does not appear to be capable of passing BBT positional information." ); |
|
|
ASSERTION( "The version of JACK you are using does not appear to be capable of passing BBT positional information." ); |
|
|
else |
|
|
else |
|
|
ASSERTION( "Either the version of JACK you are using does pass BBT information, or the current timebase master does not provide it." ); |
|
|
ASSERTION( "Either the version of JACK you are using does pass BBT information, or the current timebase master does not provide it." ); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
song.dirty( false ); |
|
|
song.dirty( false ); |
|
|
|
|
|
|
|
|