Update the current MIDI support status
This commit is contained in:
parent
a93ad650be
commit
f2d3d987a0
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ use crate::param::internals::Params;
|
||||||
/// - Parameter hierarchies/groups
|
/// - Parameter hierarchies/groups
|
||||||
/// - Bypass parameters, right now the VST3 wrapper generates one for you
|
/// - Bypass parameters, right now the VST3 wrapper generates one for you
|
||||||
/// - Outputting parameter changes from the plugin
|
/// - Outputting parameter changes from the plugin
|
||||||
|
/// - MIDI CC handling
|
||||||
|
/// - Outputting MIDI events
|
||||||
/// - GUIs
|
/// - GUIs
|
||||||
pub trait Plugin: Default + Send + Sync {
|
pub trait Plugin: Default + Send + Sync {
|
||||||
const NAME: &'static str;
|
const NAME: &'static str;
|
||||||
|
|
Loading…
Add table
Reference in a new issue