summaryrefslogtreecommitdiff
path: root/examples/STKClarinet.csd
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2011-07-26 23:02:40 -0400
committerFelipe Sateler <fsateler@debian.org>2011-07-26 23:02:40 -0400
commit3a91171181113761a14bcc36a086a8dda144b77b (patch)
tree7affbde923b0131e3e954519a8afb24cd408982d /examples/STKClarinet.csd
parente99de1fa9e7b72351523a958cb2a13557884f0a4 (diff)
Imported Upstream version 5.13~dfsg
Diffstat (limited to 'examples/STKClarinet.csd')
-rwxr-xr-xexamples/STKClarinet.csd32
1 files changed, 32 insertions, 0 deletions
diff --git a/examples/STKClarinet.csd b/examples/STKClarinet.csd
new file mode 100755
index 0000000..be483e0
--- /dev/null
+++ b/examples/STKClarinet.csd
@@ -0,0 +1,32 @@
+<CsoundSynthesizer>
+<CsOptions>
+; Select audio/midi flags here according to platform
+-odac ;;;RT audio out
+;-iadc ;;;uncomment -iadc if RT audio input is needed too
+; For Non-realtime ouput leave only the line below:
+; -o STKclarinet.wav -W ;;; for file output any platform
+</CsOptions>
+<CsInstruments>
+
+sr = 44100
+ksmps = 32
+nchnls = 2
+0dbfs = 1
+
+instr 1
+
+ifrq = p4
+kpress = p5
+kstiff line p6, p3, p7
+asig STKClarinet cpspch(p4), 1, 2, kstiff, 4, 100, 11, 60, 1, 10, 128, kpress
+ outs asig, asig
+endin
+
+</CsInstruments>
+<CsScore>
+
+i 1 0 3 8.00 100 127 10
+i 1 + 10 8.08 80 60 100
+e
+</CsScore>
+</CsoundSynthesizer> \ No newline at end of file