diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-01 04:36:59 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-01 04:36:59 +0000 |
commit | 59e66762250fe61d570c5baf6c9ce6896a09e027 (patch) | |
tree | 422e3386845e00ef0994348a7c46f01aea38abbe /externals/grill/flext/tutorial/sndobj1 | |
parent | 0e1fe750cfd8467a80530cbc70326c81f41a8fe5 (diff) |
""
svn path=/trunk/; revision=315
Diffstat (limited to 'externals/grill/flext/tutorial/sndobj1')
-rw-r--r-- | externals/grill/flext/tutorial/sndobj1/main.cpp | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/externals/grill/flext/tutorial/sndobj1/main.cpp b/externals/grill/flext/tutorial/sndobj1/main.cpp index e293e6be..7e6c7663 100644 --- a/externals/grill/flext/tutorial/sndobj1/main.cpp +++ b/externals/grill/flext/tutorial/sndobj1/main.cpp @@ -1,8 +1,18 @@ -// signal1~ - a flext tutorial external written by Frank Barknecht -// -// This is a commented port of the pan~ example from the PD-Externals-Howto to -// illustrate the usage of flext. You can get the original code at -// http://iem.kug.ac.at/pd/externals-HOWTO/ +/* +flext tutorial - sndobj 1 + +Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +For information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES, see the file, "license.txt," in this distribution. + +------------------------------------------------------------------------- + +This is an example of an external using the SndObj library. +See http://www.may.ie/academic/music/musictec/SndObj/ + +This object shows simple stereo pitch shifting. + +*/ #define FLEXT_ATTRIBUTES 1 |