aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-06-17 10:13:57 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-06-17 10:13:57 +0000
commitfc3d3c0a4f110a23335398c327ac0a4fc949d5cb (patch)
tree1849d6afbe34cee9cec97bdb2295401f5126870b /changes
This commit was generated by cvs2svn to compensate for changes in r12,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ggee/; revision=13
Diffstat (limited to 'changes')
-rw-r--r--changes100
1 files changed, 100 insertions, 0 deletions
diff --git a/changes b/changes
new file mode 100644
index 0000000..4cb4549
--- /dev/null
+++ b/changes
@@ -0,0 +1,100 @@
+0.1 First compilation, changed object names to include "~"
+
+0.2 Added basic fof~ object
+
+0.3 added Windows nt support (no sfread yet)
+
+0.4 added the format message to streamout~ (will be autodetected by streamin~).
+ improved fof~ (offset bug, signal frequency)
+ added adsr~ object.
+
+0.5 fixed deadlock bug in streamin~ - streamout~
+ added 8bit format, fixed makefile flags for alpha (-mieee)
+ added host message and default arguments to streamout~
+
+0.6 added sfwrite object
+ compilation support for Windows
+ added state object (savestate)
+ added slider object
+
+0.7 envgen~ prototype
+ bugfixes in sfread (multichannel, added loop switch)
+ initialization bug in state object, added support for saving with symbols
+ toddle object (was here in 0.6 already)
+
+
+0.8 state - in order to prevent overwriting of states, the save messages stays only valid
+ for 2 seconds now.
+ state - initialization bug
+
+ slider - made slider thicker
+
+ envgen - added freeze message to envgen, fixed bug in duration setting
+ delete points when deleting widget, reorganized durations structure,
+ fixed bug during object instantiation.
+
+
+0.9
+ envgen is a message object now, which sends messages to a line~
+ implemented state for envgen.
+
+0.10
+ added stk object.
+
+
+0.11 - 0.12
+ fixed bug in ticker (moving when on)
+ added several objects
+ serial (speeks the Micosoft Mouse protocol)
+ rtout (for sending realtime (raw) midi messages)
+ locals, localr (sending messages locally)
+ 1/x~ , 1/x ... simple shortcuts for the inverse
+ fasor~ ( a phasor which changes it's frequency only on phase 0)
+ sfplay ... from Winfried Ritsch
+ unwonk .. an unpack which sends it's rest through the last outlet
+ atan2~ ... the signal arctan to figure out phase values. This is
+ very slow.
+
+0.14
+ - slider: now has a width argument, thanks to dieter@rhiz.org
+ fixed the "drawing when hidden" bug.
+
+ - readserial: several updates for the MicroTouch ThruGlass controller
+
+ - log~, exp~, .. just what they say, very bad performers ....
+
+ - envgen memory bug fixed.
+
+ - sfread fixed segfault when open fails during play
+
+0.15
+ - added different filter objects, which create lists suitable for biquad.
+ - again several other minor bugfixes
+ - first implementation of a dynamic mixer object
+ - added wave header for sfwrite, improved performance
+
+0.16
+ - renamed ggext to ggee, new compilation scheme which produces single externals
+ - speed improvments for sfread~
+
+0.17
+ - fixed build problem for "make ggext"
+
+0.18
+0.19
+ - rewrote selections for envgen.
+ - added (endoffile) bang to sfplay if file is not found
+0.20
+ - fixed shell external
+0.21
+ - added patch from <jdl@xdv.org> to serialize
+ - fixed pipe exhaustion problem in shell
+
+0.22
+ - removed the GUI Objects Slider, HSlider, toddle, ticker
+
+0.23
+ - updated the stk external to use stk 3.2
+
+0.24
+ - moved moog~ to filters, improved stability. \ No newline at end of file