1
0
Fork 0

Update the current MIDI support status

This commit is contained in:
Robbert van der Helm 2022-02-04 22:31:43 +01:00
parent a93ad650be
commit f2d3d987a0

View file

@ -35,6 +35,8 @@ use crate::param::internals::Params;
/// - Parameter hierarchies/groups
/// - Bypass parameters, right now the VST3 wrapper generates one for you
/// - Outputting parameter changes from the plugin
/// - MIDI CC handling
/// - Outputting MIDI events
/// - GUIs
pub trait Plugin: Default + Send + Sync {
const NAME: &'static str;