Add a todo for invalid CLAP event parsing
Currently these values are never -1, but they can be.
This commit is contained in:
parent
baca2431c9
commit
1e90f55019
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue