aboutsummaryrefslogtreecommitdiff
path: root/supercollider
diff options
context:
space:
mode:
authorKjetil S. Matheussen <ksvalast@users.sourceforge.net>2004-01-20 18:14:56 +0000
committerKjetil S. Matheussen <ksvalast@users.sourceforge.net>2004-01-20 18:14:56 +0000
commitc505ea212542507cf65c98fc4cb5b3040ff7a5ea (patch)
tree118c49d4542333c7264934372cda54256f41001c /supercollider
parent5a2a3440f0c4558258c19a694e1c5d550db06a37 (diff)
Quick start instructions.
svn path=/trunk/; revision=1272
Diffstat (limited to 'supercollider')
-rw-r--r--supercollider/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/supercollider/README b/supercollider/README
new file mode 100644
index 00000000..149cf086
--- /dev/null
+++ b/supercollider/README
@@ -0,0 +1,43 @@
+
+
+Here are some programs and stuff to make using SuperCollider more
+convenient to use within PD.
+
+If you have never used SuperCollider together with PD before, here
+is a quick start:
+
+-Go to supercollider.sf.net and install supercollider. Make sure
+ you get it to work.
+
+-Replace the linux/extMain.sc file with the one in this directory.
+ Usually found in /usr/share/supercollider/linux/ or something.
+ The standard distribution of the supercollider language does this
+ crazy thing about shutting down the server. Stop that madness.
+
+-Go to the k_sc~ directory and compile up the k_sc~ external.
+ This external automates the jack routing so that you get the
+ jack output from the supercollider server into an object called
+ "sc_in~". There is also an object called "sc_from~" that sends
+ audio signals to the jack input on the supercollider server.
+
+-Go to the python directory, and copy the files in there to
+ your python site-packages directory. Usually placed here:
+ /usr/lib/python2.x/site-packages/
+
+-Go to the example directory and try to run the help-sc.pd patch.
+ Make sure you have at least PD v0.37, and the latest version
+ of the pyext external.
+
+
+If you have any questions, don't ask me directly, ask on the
+pd-list or on the supercollider list. I'm very tired about
+replying the same questions over and over again. Thanks!
+
+
+Enjoy!
+
+Kjetil S. Matheussen
+k.s.matheussen@notam02.no
+
+
+