From fa14fabc34f6a6a97fba01cd3e89b111a0ba96ea Mon Sep 17 00:00:00 2001 From: Rich E Date: Fri, 18 Jan 2008 20:20:04 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r9149, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/oscbank~/; revision=9150 --- README.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..07fca90 --- /dev/null +++ b/README.txt @@ -0,0 +1,35 @@ +----------------------------------------------------------------------------- +oscbank~: for additive synthesis +----------------------------------------------------------------------------- + +The oscbank external is an object for Miller Pucketter's PureData +("pd"). It was written in order to synthesize sinusoidal models that +consist of hundreds of partial sinewave components. The external +takes three parameters for each partial: index(unique), frequency, and +amplitude. It then synthesizes the partial's information in a bank and +synthesizes it. If the partial's frequency or amplitude are +modified (by providing another set with the same index), the +parameters are ramped to the new values. + +note: the oscbank~ external is published under the Gnu General Public License +that is included (GnuGPL.txt). some parts of the code are taken directly +from the pd source-code, they, of course, fall under the license pd is +published under. + +installation (from this directory): +----------------------------------------------------------------------------- +linux: make pd_linux +mac: make pd_darwin +windows: make pd_nt + +author: +----------------------------------------------------------------------------- +this software is copyleft 2007-2015 by +Richie Eakin < reakinator [at] gmail [dot] com +with the kind help of Tom Erbe. + +history: +----------------------------------------------------------------------------- +10-15-2007 - v0.1 +- The code has been sitting around for a while with a bunch of bugs, + finally got around to fixing them all. So here is the first version. -- cgit v1.2.1