public void LoadMainMixerVstPlugin2(string location) { try { if (location == MainVstPluginLocation2) { return; } BassPlayer.ClearMainVstPlugin(1); if (location != "") { BassPlayer.LoadMainVstPlugin(location, 1); } } catch (Exception e) { HandleException(e); } }