Ejemplo n.º 1
0
 public void LoadSamplerVstPlugin2(string location)
 {
     try
     {
         if (location == CurrentSamplerVstPluginLocation2)
         {
             return;
         }
         BassPlayer.ClearSamplerVstPlugin(1);
         if (location != "")
         {
             BassPlayer.LoadSamplerVstPlugin(location, 1);
         }
     }
     catch (Exception e)
     {
         HandleException(e);
     }
 }