And in sound/midi_opl4.c.
This commit is contained in:
@@ -437,7 +437,6 @@ note_on(uint8_t note, uint8_t velocity, MIDI_CHANNEL_DATA *midi_channel, opl4_mi
|
|||||||
const YRW801_WAVE_DATA *wave_data[2];
|
const YRW801_WAVE_DATA *wave_data[2];
|
||||||
VOICE_DATA *voice[2];
|
VOICE_DATA *voice[2];
|
||||||
uint8_t i = 0, voices = 0;
|
uint8_t i = 0, voices = 0;
|
||||||
uint32_t j = 0;
|
|
||||||
|
|
||||||
while (opl4_midi->gen_in_progress) { }
|
while (opl4_midi->gen_in_progress) { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user