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