summaryrefslogtreecommitdiffstats
path: root/audio/miniAudicle/README
diff options
context:
space:
mode:
author Michales Michaloudes <korgie@gmail.com>2013-10-28 17:20:19 +0100
committer Robby Workman <rworkman@slackbuilds.org>2013-10-29 20:12:25 -0500
commite46a936705475cbf91b4781c8a682bcab120fbaf (patch)
treeb43eb3b74e3774eaf825af981580498f5dd08c55 /audio/miniAudicle/README
parent8181dfcc4f3f4be9cfdf37d1ea2fe4de17d4d0b5 (diff)
downloadslackbuilds-e46a936705475cbf91b4781c8a682bcab120fbaf.tar.gz
slackbuilds-e46a936705475cbf91b4781c8a682bcab120fbaf.tar.xz
audio/miniAudicle: Added (IDE for Chuck).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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.