rewrote VST support layer to use the new remotePlugin-framework

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1542 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-03 16:07:15 +00:00
parent 014ecfa901
commit 5b98f07f22
11 changed files with 439 additions and 973 deletions

View File

@@ -118,7 +118,7 @@ int kVstTempoValid = 1 << 10;
int kVstTransportPlaying = 1 << 1;
class VSTPlugin;
class remoteVstPlugin;
class VstMidiEvent
@@ -221,7 +221,7 @@ public:
// flags 24-27
int flags;
// Fill somewhere 28-2b
VSTPlugin * user;
remoteVstPlugin * user;
// Zeroes 2c-2f 30-33 34-37 38-3b
char empty3[4 + 4 + 4 + 4];
// 1.0f 3c-3f