summaryrefslogtreecommitdiffstats
path: root/audio/miniAudicle/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/miniAudicle/README')
-rw-r--r--audio/miniAudicle/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/miniAudicle/README b/audio/miniAudicle/README
new file mode 100644
index 0000000000..b5423d9fe9
--- /dev/null
+++ b/audio/miniAudicle/README
@@ -0,0 +1,12 @@
+The miniAudicle is a light-weight integrated development environment
+for the ChucK digital audio programming language.
+It can be used as a standalone ChucK development + runtime + on-the-fly
+programming environment, or in conjunction with traditional command-line
+modes of 'chuck' operation and with other chuck tools.
+
+Please e-mail me if it works for 64-bit.
+
+SOUNDENGINE=jack or SOUNDENGINE=oss to enable jack or oss support:
+in these cases you will need jack-audio-connection-kit or oss (and
+the build script will produce a different binary).
+SOUNDENGINE=alsa is the default.