aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt37
1 files changed, 29 insertions, 8 deletions
diff --git a/readme.txt b/readme.txt
index a1f9beb..696cf13 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,16 +1,37 @@
-sIgpAck version 0.03
+sigpack version 0.04
signal object library for pure-data
-win-32 only
-objects included
-sp.chop~ sp.decimate~ sp.diode~ sp.foldback~ sp.foldover~ sp.freqdiv~
-sp.freqshift~ sp.harmgen~ sp.rectify~ sp.round~ sp.saturate~ sp.sieve~
-sp.split~ sp.ustep~ sp.vowel~
+objects:
+sp_chop~ sp_decimate~ sp_diode~ sp_foldback~ sp_foldover~ sp_freqdiv~
+sp_freqshift~ sp_hardlimit~ sp_harmgen~ sp_impulse~ sp_rectify~ sp_round~ sp_saturate~ sp_shape~ sp_sieve~
+sp_split~ sp_transient~ sp_ustep~ sp_valverect~ sp_vowel~ sp_wavewrap~
+released under the GNU/GPL-license
this is software with absolutely no warranty
use it at your own risk
contact
-<weiss@weiss-archiv.de>
-<http://www.weiss-archiv.de> \ No newline at end of file
+<postmeister@weiss-archiv.de>
+<http://www.weiss-archiv.de>
+
+-----------------v0.04-------------------
+::cleaning up code a bit
+::add GNU/GPL license.txt
+::new objects:
+ sp_hardlimit~ sp_impulse~ sp_shape~ sp_transient~ sp_valverect~ sp_wavewrap~
+
+-----------------v0.03b------------------
+::change prefix to "sp_", so every extern compiles as single object (for pd-extended)
+
+-----------------v0.03-------------------
+::add prefix "sp." to avoid nameclash
+::new objects:
+ sp_diode~ sp_freqshift~ sp_round~ sp_sieve~
+
+-----------------v0.02-------------------
+::new objects:
+ sp_chop~ sp_decimate~ sp_foldover~ sp_freqdiv~ sp_harmgen~ sp_saturate~ sp_vowel~
+
+-----------------v0.01-------------------
+::initial release \ No newline at end of file