Ok this is completely different
In your failing project the dll for synth1 is loaded from
In the Test.mmp project, the dll is apparently loaded directly from the same folder where you have your project!
There is NO path at all for the VST.dll in Test.mmp
Failing project (Messing around):
Working project (Test.mmp):
This does not match the path you have entered in Settings
Do you have a Synth1.dll in the same folder where you have the Test.mmp project?
In your failing project the dll for synth1 is loaded from
Code: Select all
lmms/Plugins/Synth1/Synth1 VST.dllThere is NO path at all for the VST.dll in Test.mmp
Failing project (Messing around):
Code: Select all
<instrument name="vestige">
<vestige plugin="lmms/Plugins/Synth1/Synth1 VST.dll "Code: Select all
<instrument name="vestige">
<vestige plugin="Synth1 VST.dll"This does not match the path you have entered in Settings
Do you have a Synth1.dll in the same folder where you have the Test.mmp project?