aboutsummaryrefslogtreecommitdiff
path: root/supercollider
diff options
context:
space:
mode:
Diffstat (limited to 'supercollider')
-rw-r--r--supercollider/k_sc~/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/supercollider/k_sc~/README b/supercollider/k_sc~/README
new file mode 100644
index 00000000..87cafa59
--- /dev/null
+++ b/supercollider/k_sc~/README
@@ -0,0 +1,24 @@
+
+
+k_sc~ v0.0.1
+
+
+k_sc~ requires you to use Jack as the audio API for PD.
+It is an external that automaticly routes the audio
+between PD and the Supercollider synth.
+
+It provides two objects:
+
+1. [from_sc~] Receives sound from Supercollider.
+ Syntax is the same as the [adc~] object.
+
+2. [to_sc~] Sends sound to Supercollider.
+ Syntax is the same as the [dac~] object.
+
+
+Kjetil S. Matheussen
+k.s.matheussen@notam02.no
+
+
+
+