1
0
Fork 0

Print message about MIDI IO not being implemented

This commit is contained in:
Robbert van der Helm 2022-08-21 17:56:12 +02:00
parent 1bee7f5333
commit 9cd440231e

View file

@ -323,6 +323,7 @@ impl Cpal {
// TODO: MIDI input and output
let midi_input_events = Vec::with_capacity(1024);
let mut midi_output_events = Vec::with_capacity(1024);
nih_log!("Audio-only, MIDI input and output has not been implemented yet.");
// Can't borrow from `self` in the callback
let config = self.config.clone();