summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2009-11-01 08:45:37 +0100
committerBor Kraljič2009-11-01 08:55:16 +0100
commit85a3407b3f7cc88e9c14d497d013a9b11c1c7fc6 (patch)
treeecf5a5bf3e80bd4c7950b6b9a4cda4c4c76d7475
parent38a912957148bd6b5ffc147698e69ad7d7ba3034 (diff)
chuck: => 1.2.1.3
-rwxr-xr-xaudio-creation/chuck/DETAILS22
-rw-r--r--audio-creation/chuck/HISTORY4
2 files changed, 19 insertions, 7 deletions
diff --git a/audio-creation/chuck/DETAILS b/audio-creation/chuck/DETAILS
index f10707f718..f7724d80d7 100755
--- a/audio-creation/chuck/DETAILS
+++ b/audio-creation/chuck/DETAILS
@@ -1,18 +1,26 @@
SPELL=chuck
- VERSION=1.2.0.7
+ VERSION=1.2.1.3
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://chuck.cs.princeton.edu/release/files/$SOURCE
- SOURCE_HASH=sha512:a40606a98b829c044ee5e621f9607dc39ef90293506991ea8e4b71b7243cba53984562715142be09a9228bb57be1177cbe7d85dee5a5c783556f92efcb9c5348
+ SOURCE_HASH=sha512:8fddfac73652463a337eda08117de3b6d06b6cdbcb158659a45c7a4d6d8bae0c6dd20e9f8e702356f00a41a0df5c94a8009d930bfd0e234be0008cefebde19b9
WEB_SITE=http://chuck.cs.princeton.edu
ENTERED=20060727
LICENSE[0]=GPL
KEYWORDS="audio synthesis"
SHORT="concurrent, on-the-fly, synthesis language"
cat << EOF
-ChucK is a new audio programming language for real-time synthesis, composition, and performance - fully supported on MacOS X, Windows, and Linux. ChucK presents a new time-based concurrent
-programming model, which supports a highly precise and fundamental level of expressiveness (we call this strongly-timed), as well as multiple, simultaneous, dynamic control rates, precise and
-straightforward concurrency, and the ability to add, remove, and modify code, on-the-fly, while the program is running. In addition, ChucK supports MIDI, OSC, HID input devices, and multi-channel
-audio. It offers composers, researchers, and performers a powerful and flexible programming tool for building and experimenting with complex audio synthesis programs and real-time interactive
-control. Its syntax and semantics also makes ChucK potentially useful for pedagogy in sound synthesis and programming.
+ChucK is a new audio programming language for real-time synthesis, composition,
+and performance - fully supported on MacOS X, Windows, and Linux. ChucK
+presents a new time-based concurrent programming model, which supports a
+highly precise and fundamental level of expressiveness (we call this
+strongly-timed), as well as multiple, simultaneous, dynamic control rates,
+precise and straightforward concurrency, and the ability to add, remove,
+and modify code, on-the-fly, while the program is running. In addition,
+ChucK supports MIDI, OSC, HID input devices, and multi-channel
+audio. It offers composers, researchers, and performers a powerful and
+flexible programming tool for building and experimenting with complex audio
+synthesis programs and real-time interactive
+control. Its syntax and semantics also makes ChucK potentially useful for
+pedagogy in sound synthesis and programming.
EOF
diff --git a/audio-creation/chuck/HISTORY b/audio-creation/chuck/HISTORY
index 1bc0595898..0d2f7efe84 100644
--- a/audio-creation/chuck/HISTORY
+++ b/audio-creation/chuck/HISTORY
@@ -1,3 +1,7 @@
+2009-11-01 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: updated spell to 1.2.1.3
+ fixed long description wrap
+
2007-03-31 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: updated to 1.2.0.7