示例#1
0
 public void LoadTrackFxVstPlugin2(string location)
 {
     try
     {
         if (location == CurrentTrackFxvstPluginLocation2)
         {
             return;
         }
         BassPlayer.ClearTrackSendFxvstPlugin(1);
         if (location != "")
         {
             BassPlayer.LoadTrackSendFxvstPlugin(location, 1);
         }
     }
     catch (Exception e)
     {
         HandleException(e);
     }
 }