1
0
Fork 0

Remove old todo

This commit is contained in:
Robbert van der Helm 2022-05-22 23:05:18 +02:00
parent d42fd41007
commit 2a58b771f3

View file

@ -2435,7 +2435,6 @@ impl<P: ClapPlugin> Wrapper<P> {
} }
unsafe extern "C" fn ext_note_ports_count(_plugin: *const clap_plugin, is_input: bool) -> u32 { unsafe extern "C" fn ext_note_ports_count(_plugin: *const clap_plugin, is_input: bool) -> u32 {
// TODO: Outputting notes
match is_input { match is_input {
true if P::MIDI_INPUT >= MidiConfig::Basic => 1, true if P::MIDI_INPUT >= MidiConfig::Basic => 1,
false if P::MIDI_OUTPUT >= MidiConfig::Basic => 1, false if P::MIDI_OUTPUT >= MidiConfig::Basic => 1,