Enum vst2::plugin::CanDo [] [src]

pub enum CanDo {
    SendEvents,
    SendMidiEvent,
    ReceiveEvents,
    ReceiveMidiEvent,
    ReceiveTimeInfo,
    Offline,
    MidiProgramNames,
    Bypass,
    ReceiveSysExEvent,
    MidiSingleNoteTuningChange,
    MidiKeyBasedInstrumentControl,
    Other(String),
}

Features which are optionally supported by a plugin. These are queried by the host at run time.

Variants

Trait Implementations

impl Debug for CanDo
[src]

Formats the value using the given formatter.

impl FromStr for CanDo
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Into<String> for CanDo
[src]

Performs the conversion.