[seq24-users] bug report
Brought to you by:
rcbuse
|
From: rezk <re...@ne...> - 2004-12-25 22:49:42
|
Hi,Seq24 crashes while loading midi files that have empty tracks.
Simple checking for time while merging the track fixed the problem for me:
midifile.cpp,line 388
if (CurrentTime>0) {
a_perf->add_sequence( seq, perf + (a_screen_set * c_seqs_in_set) );
}
Also, loading a file whith just one 16th note and program change event, crashed SEQ24 while trying
to open a pianoroll. It crashed at:
sequence.cpp ,line 1842
sequence::get_last_tick( )
{
return m_last_tick % m_length;
}
because of arithmetic error (m_length=3d0)
Bye.
--
Easy pristup internetu bez prijave i dostupan odmah.
Saznajte vi=b9e na adresi http://www.iskon.hr/easy/
|