Skip to content

Commit

Permalink
* bump version number and copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Jan 7, 2008
1 parent 8be9588 commit bd07b9c
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 20 deletions.
6 changes: 4 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ support.

Copyright (c) 2004-2007 Chris Cannam, [email protected].

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
Expand Down
2 changes: 1 addition & 1 deletion dssi-vst-scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <iostream>
Expand Down
4 changes: 2 additions & 2 deletions dssi-vst-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <iostream>
Expand Down Expand Up @@ -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");

Expand Down
2 changes: 1 addition & 1 deletion dssi-vst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dssi-vst_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <iostream>
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion paths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion paths.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
2 changes: 1 addition & 1 deletion rdwrops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rdwrops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
2 changes: 1 addition & 1 deletion remoteplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion remotepluginclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion remotepluginclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion remotepluginserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion remotepluginserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion remotevstclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion remotevstclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vsthost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ctype.h>
Expand Down

0 comments on commit bd07b9c

Please sign in to comment.