Recomment the verbose bend message

This commit is contained in:
Paul Ferrand 2019-12-13 13:55:55 +01:00
parent bfb9b80724
commit 55e938642d

View file

@ -467,8 +467,8 @@ sfizz_lv2_process_midi_event(sfizz_plugin_t *self, const LV2_Atom_Event *ev)
msg[2]);
break;
case LV2_MIDI_MSG_BENDER:
lv2_log_note(&self->logger,
"[process_midi] Received pitch bend %d on channel %d at time %ld\n", PITCH_BUILD_AND_CENTER(msg[1], msg[2]) , MIDI_CHANNEL(msg[0]), ev->time.frames);
// lv2_log_note(&self->logger,
// "[process_midi] Received pitch bend %d on channel %d at time %ld\n", PITCH_BUILD_AND_CENTER(msg[1], msg[2]) , MIDI_CHANNEL(msg[0]), ev->time.frames);
sfizz_send_pitch_wheel(self->synth,
(int)ev->time.frames,
(int)MIDI_CHANNEL(msg[0]),