Hopefully fix multi-port MIDI files that only denote the alternate port tracks.

CQTexperiment
Chris Moeller 2018-05-11 19:22:25 -07:00
parent baf8e574cf
commit c94c5dd0f2
1 changed files with 3 additions and 1 deletions

View File

@ -338,7 +338,9 @@ void midi_container::initialize( unsigned p_form, unsigned p_dtx )
m_timestamp_end[ 0 ] = 0;
m_timestamp_loop_start.resize( 1 );
m_timestamp_loop_end.resize( 1 );
}
}
int port = 0;
limit_port_number(port);
}
void midi_container::add_track( const midi_track & p_track )