mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a todo for invalid CLAP event parsing
Currently these values are never -1, but they can be.
This commit is contained in:
@@ -1469,6 +1469,7 @@ impl<P: ClapPlugin> Wrapper<P> {
|
||||
} else {
|
||||
None
|
||||
},
|
||||
// FIXME: These values are also allowed to be -1, we need to support that
|
||||
channel: event.channel as u8,
|
||||
note: event.key as u8,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user