diff --git a/README b/README index 639c27f..49a53f3 100644 --- a/README +++ b/README @@ -7,9 +7,11 @@ support. Copyright (c) 2004-2007 Chris Cannam, cannam@all-day-breakfast.com. -This is the 0.5 release of dssi-vst. +This is the 0.6 release of dssi-vst. This release contains a fix for a +crash in the vsthost program. Otherwise (and particularly in regard to +use of the dssi-vst DSSI plugin itself) it is identical to 0.5. -This release is the first to officially support the VeSTige +The 0.5 release was the first to officially support the VeSTige VST-compatibility header from Javier Serrano Polo (see vestige/aeffectx.h). With this header, you no longer need to obtain the official VST SDK in order to build dssi-vst. Many thanks to diff --git a/dssi-vst-scanner.cpp b/dssi-vst-scanner.cpp index 972e72a..3e256d1 100644 --- a/dssi-vst-scanner.cpp +++ b/dssi-vst-scanner.cpp @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include diff --git a/dssi-vst-server.cpp b/dssi-vst-server.cpp index 2e12d87..3ea186d 100644 --- a/dssi-vst-server.cpp +++ b/dssi-vst-server.cpp @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include @@ -1133,7 +1133,7 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow) bool tryGui = false, haveGui = true; cout << "DSSI VST plugin server v" << RemotePluginVersion << endl; - cout << "Copyright (c) 2004-2006 Chris Cannam" << endl; + cout << "Copyright (c) 2004-2007 Chris Cannam" << endl; char *home = getenv("HOME"); diff --git a/dssi-vst.cpp b/dssi-vst.cpp index e3f2f22..f26cb47 100644 --- a/dssi-vst.cpp +++ b/dssi-vst.cpp @@ -3,7 +3,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include "remotevstclient.h" diff --git a/dssi-vst_gui.cpp b/dssi-vst_gui.cpp index 52b2087..cafae4f 100644 --- a/dssi-vst_gui.cpp +++ b/dssi-vst_gui.cpp @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include @@ -184,7 +184,7 @@ int main(int argc, char **argv) { cout << "DSSI VST plugin GUI controller v" << RemotePluginVersion << endl; - cout << "Copyright (c) 2004-2006 Chris Cannam" << endl; + cout << "Copyright (c) 2004-2007 Chris Cannam" << endl; char *pluginlibname = 0; char *label = 0; diff --git a/paths.cpp b/paths.cpp index 197b9c7..9576d04 100644 --- a/paths.cpp +++ b/paths.cpp @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include "paths.h" diff --git a/paths.h b/paths.h index 0e123d5..d386237 100644 --- a/paths.h +++ b/paths.h @@ -3,7 +3,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #ifndef _PATHS_H_ diff --git a/rdwrops.cpp b/rdwrops.cpp index f32c20f..3cf9f74 100644 --- a/rdwrops.cpp +++ b/rdwrops.cpp @@ -4,7 +4,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include "rdwrops.h" diff --git a/rdwrops.h b/rdwrops.h index 04b8223..aeaf392 100644 --- a/rdwrops.h +++ b/rdwrops.h @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #ifndef _RD_WR_OPS_H_ diff --git a/remoteplugin.h b/remoteplugin.h index 1d284a8..2f87b62 100644 --- a/remoteplugin.h +++ b/remoteplugin.h @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #ifndef REMOTE_PLUGIN_H diff --git a/remotepluginclient.cpp b/remotepluginclient.cpp index 35ae093..27190af 100644 --- a/remotepluginclient.cpp +++ b/remotepluginclient.cpp @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include "remotepluginclient.h" diff --git a/remotepluginclient.h b/remotepluginclient.h index 853beaf..1d02bf1 100644 --- a/remotepluginclient.h +++ b/remotepluginclient.h @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #ifndef REMOTE_PLUGIN_CLIENT_H diff --git a/remotepluginserver.cpp b/remotepluginserver.cpp index 14a3091..3055e9e 100644 --- a/remotepluginserver.cpp +++ b/remotepluginserver.cpp @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include "remotepluginserver.h" diff --git a/remotepluginserver.h b/remotepluginserver.h index bbaf343..bc34bc8 100644 --- a/remotepluginserver.h +++ b/remotepluginserver.h @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #ifndef REMOTE_PLUGIN_SERVER_H diff --git a/remotevstclient.cpp b/remotevstclient.cpp index 5bcdfc1..9958d99 100644 --- a/remotevstclient.cpp +++ b/remotevstclient.cpp @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include "remotevstclient.h" diff --git a/remotevstclient.h b/remotevstclient.h index 00ebb14..8829031 100644 --- a/remotevstclient.h +++ b/remotevstclient.h @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #ifndef REMOTE_VST_CLIENT_H diff --git a/vsthost.cpp b/vsthost.cpp index 68bd87e..4c542af 100644 --- a/vsthost.cpp +++ b/vsthost.cpp @@ -2,7 +2,7 @@ /* dssi-vst: a DSSI plugin wrapper for VST effects and instruments - Copyright 2004-2006 Chris Cannam + Copyright 2004-2007 Chris Cannam */ #include