C# Class SchemaFactor.Vst.MidiMapperX.PluginCommandStub

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

Public Methods

Method 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.

Protected Methods

Method Description
CreatePluginInstance ( ) : IVstPlugin

Called by the framework to create the plugin root class.

Method Details

CreatePluginInstance() protected method

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

GetMidiKeyName() public method

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
return bool