diff options
author | Kjetil S. Matheussen <ksvalast@users.sourceforge.net> | 2004-01-21 14:36:19 +0000 |
---|---|---|
committer | Kjetil S. Matheussen <ksvalast@users.sourceforge.net> | 2004-01-21 14:36:19 +0000 |
commit | 29377afa1ce2803d5aca01194af7293af42a842c (patch) | |
tree | 1b310ecfdc91650b82e7c7f7e63d3e7ebe3878f7 /supercollider/k_sc~ | |
parent | 1e66ed693be9b6989185f72689ab0db4d14f96cb (diff) |
some info
svn path=/trunk/; revision=1280
Diffstat (limited to 'supercollider/k_sc~')
-rw-r--r-- | supercollider/k_sc~/README | 24 |
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 + + + + |