Skip to content

Commit

Permalink
* Update README and dates etc for 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed May 2, 2010
1 parent ef08da7 commit 6982283
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 28 deletions.
14 changes: 5 additions & 9 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ dssi-vst: a DSSI plugin wrapper for VST plugins
This is a DSSI plugin wrapper for VST effects and instruments with GUI
support.

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

This is the 0.8 release of dssi-vst.
This is the 0.9 release of dssi-vst. The only change since 0.8 is a
fix to plugin idle handling thanks to Robert Jonsson and Torben Hohn.

Changes since version 0.7:

* The Makefile is now set up for 64-bit Linux systems (with
compatibility libraries for 32-bit code) as well as 32-bit ones.
See "Building on 64-bit systems" below.

* A couple of other minor fixes are also included.
The 0.8 release added 64-bit support in the Makefile and a few other
fixes.

The 0.7 release added a LADSPA descriptor as well as DSSI, contained
several build fixes, and switched to jack_client_open in vsthost for
Expand Down
4 changes: 2 additions & 2 deletions 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-2008 Chris Cannam
Copyright 2004-2010 Chris Cannam
*/

#include <iostream>
Expand Down Expand Up @@ -130,7 +130,7 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow)
char *destFile = 0;

cout << "DSSI VST plugin scanner v0.3" << endl;
cout << "Copyright (c) 2004-2008 Chris Cannam" << endl;
cout << "Copyright (c) 2004-2010 Chris Cannam" << endl;

if (cmdline && cmdline[0]) destFile = strdup(cmdline);

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-2008 Chris Cannam
Copyright 2004-2010 Chris Cannam
*/

#include <iostream>
Expand Down Expand Up @@ -1137,7 +1137,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-2008 Chris Cannam" << endl;
cout << "Copyright (c) 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 Chris Cannam
*/

#include <iostream>
Expand Down Expand Up @@ -185,7 +185,7 @@ int
main(int argc, char **argv)
{
cout << "DSSI VST plugin GUI controller v" << RemotePluginVersion << endl;
cout << "Copyright (c) 2004-2008 Chris Cannam" << endl;
cout << "Copyright (c) 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 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-2008 Chris Cannam
Copyright 2004-2010 Chris Cannam
*/

#include <ctype.h>
Expand Down

0 comments on commit 6982283

Please sign in to comment.