summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2015-01-16 15:38:48 -0500
committerPepper <pepper@scannerjammer.com>2015-01-16 15:38:48 -0500
commit131832f418372c0654aa4169c4283f863cb96226 (patch)
treec86492441c3de3d13ebe2c2e2d9bc5dcf04aeaf0 /NEWS
first commit
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..2217afc
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,23 @@
+Version 0.1.1:
+-------------
+Can now do multiple configure key-value pairs.
+
+Added an assert(isfinite()) to check synth output.
+
+
+Version 0.1.2:
+-------------
+Some cleaning up.
+
+Default midi note is now middle C (note 60).
+
+Added -p -2 option - generates random port values.
+
+
+Version 0.1.3:
+-------------
+New option, -b, clips out-of-bounds data, including NaN and Inf,
+instead of just exiting.
+
+New option, -r, sets the length of the release tail. Omit it to allow the
+release tail to die to silence (up to maximum of 15s).