Provide alternative error message.

This commit is contained in:
Jonathan Moore Liles 2008-03-18 21:21:19 -05:00
parent 529a003fe3
commit a8cdb739e1
1 changed files with 4 additions and 1 deletions

5
main.C
View File

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