summaryrefslogtreecommitdiff
path: root/examples/STKBlowHole.csd
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2014-01-24 13:54:37 -0300
committerFelipe Sateler <fsateler@debian.org>2014-01-24 13:54:37 -0300
commitbcf06a42deb371baf3deb9f4addb474b08273120 (patch)
tree4a8c3fb811dd164d4486628d8eff6043ebe8a6c3 /examples/STKBlowHole.csd
parent3a91171181113761a14bcc36a086a8dda144b77b (diff)
Imported Upstream version 6.02~dfsg
Diffstat (limited to 'examples/STKBlowHole.csd')
-rw-r--r--[-rwxr-xr-x]examples/STKBlowHole.csd14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/STKBlowHole.csd b/examples/STKBlowHole.csd
index 14deb6d..9308e56 100755..100644
--- a/examples/STKBlowHole.csd
+++ b/examples/STKBlowHole.csd
@@ -1,7 +1,7 @@
<CsoundSynthesizer>
<CsOptions>
; Select audio/midi flags here according to platform
--odac ;;;RT audio out
+-odac ;;;realtime audio out
;-iadc ;;;uncomment -iadc if RT audio input is needed too
; For Non-realtime ouput leave only the line below:
; -o STKBlowHole.wav -W ;;; for file output any platform
@@ -11,15 +11,15 @@
sr = 44100
ksmps = 32
nchnls = 2
-0dbfs = 1
+0dbfs = 1
instr 1
-ipch = p4
-kstiff = p7
-khole line p5, p3, p6
+ipch = p4
+kv1 = p7 ;stiffness of reed
+kv3 line p5, p3, p6 ;state of tonehole
-asig STKBlowHole cpspch(ipch), 1, 2, kstiff, 4, 100, 11, khole, 1, 10, 128, 100
+asig STKBlowHole cpspch(ipch), 1, 2, kv1, 4, 100, 11, kv3, 1, 10, 128, 100
outs asig, asig
endin
@@ -27,7 +27,7 @@ endin
<CsScore>
i 1 0 4 10.00 20 127 100
-i 1 + 3 6.09 120 0 10
+i 1 + 7 6.09 120 0 10
e
</CsScore>
</CsoundSynthesizer>