/trunk/apps/sequencers/midibox_seq_v4/core/seq_file_presets.c |
---|
293,10 → 293,10 |
SEQ_LAYER_PresetDrumNoteSet(ix-1, l); |
} |
} |
} |
if( ix == preset_ix ) // consider that 0 will return number of all labels |
break; |
} |
if( ix == preset_ix ) // consider that 0 will return number of all labels |
break; |
} |
} |
} while( status >= 1 ); |