improved cut_trough() to make misic sound better by limiting incrementation of j

This commit is contained in:
zicodxx 2006-04-27 20:49:24 +00:00
parent bac13df2ef
commit 2f0d130d8c

View file

@ -419,7 +419,7 @@ void cut_trough()
&& card_info.synth_subtype == SAMPLE_TYPE_AWE32)
{
for (i=4; i<16;i++)
for (j=4;j<64;j++)
for (j=4;j<32;j++)
SEQ_STOP_NOTE(synth_dev,i,j,0);
}
else