SchemaFactor.Vst.MidiMapperX.PluginEditor.PluginEditor C# (CSharp) Method

PluginEditor() public method

Constructs a new instance.
public PluginEditor ( Plugin plugin ) : System
plugin Plugin Must not be null.
return System
        public PluginEditor(Plugin plugin)
        {
            _plugin = plugin;
            _uiWrapper.SafeInstance.setPlugin(plugin);  // LB: Note this is also done in Open() below for future instances. (This call is possibly redundant)
        }