mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a default implementation for SysExMessage
This commit is contained in:
@@ -7,3 +7,8 @@ pub trait SysExMessage {
|
||||
|
||||
// TODO: Conversion functions
|
||||
}
|
||||
|
||||
/// A default implementation plugins that don't need SysEx support can use.
|
||||
impl SysExMessage for () {
|
||||
const MAX_BUFFER_SIZE: usize = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user