View Single Post
Old 23rd September 2008, 23:13   #10  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,914
Quote:
Originally Posted by stax View Post
It's really great to have this plugin, one little issue though: startup opening scripts takes 2-3 seconds longer just putting the libraries in the plugin auto load folder, even if the script don't use the plugin, shutdown is also noticable slower.
Yep, you always can put all .dll at another folder and load explictly only the plugins needed in the script.

To use the Bass lib's you only need for instance:
LoadPlugin("C:\Temp\BassAudio.dll")

at "C:\Temp\" you need BassAudio.dll, Bass.dll and the optional Bass_*.dll
tebasuna51 is offline   Reply With Quote