View Single Post
Old 11-09-2017, 11:17 PM   #197
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

Finding out what dll's to possibly override can be done by running "strings vstname.dll | grep -i dll", which will display a list of dll's from the plugins dll file.

For instance, if the dll list contains d2d1.dll and there are problems running the plugin, then d2d1 might possibly be a candidate to override or disable.

Last edited by osxmidi; 11-11-2017 at 03:32 AM.
osxmidi is offline   Reply With Quote