C# Class SchemaFactor.Vst.MidiMapperX.PluginCommandStub

The public Plugin Command Stub implementation derived from the framework provided StdPluginCommandStub.
Inheritance: StdPluginDeprecatedCommandStub, IVstPluginCommandStub
Afficher le fichier Open project: LeifBloomquist/MIDIMapperX

Méthodes publiques

Méthode Description
GetMidiKeyName ( Jacobi midiKeyName, int channel ) : bool

Called by the host. Returns MIDI Key name, so it is displayed i.e. in the FL Studio Piano Roll.

Méthodes protégées

Méthode Description
CreatePluginInstance ( ) : IVstPlugin

Called by the framework to create the plugin root class.

Method Details

CreatePluginInstance() protected méthode

Called by the framework to create the plugin root class.
protected CreatePluginInstance ( ) : IVstPlugin
Résultat IVstPlugin

GetMidiKeyName() public méthode

Called by the host. Returns MIDI Key name, so it is displayed i.e. in the FL Studio Piano Roll.
public GetMidiKeyName ( Jacobi midiKeyName, int channel ) : bool
midiKeyName Jacobi
channel int
Résultat bool