summaryrefslogtreecommitdiff
path: root/examples/STKMandolin.csd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/STKMandolin.csd')
-rw-r--r--[-rwxr-xr-x]examples/STKMandolin.csd10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/STKMandolin.csd b/examples/STKMandolin.csd
index fc96801..94d26a9 100755..100644
--- a/examples/STKMandolin.csd
+++ b/examples/STKMandolin.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 STKMandolin.wav -W ;;; for file output any platform
@@ -11,15 +11,15 @@
sr = 44100
ksmps = 32
nchnls = 2
-0dbfs = 1
+0dbfs = 1
instr 1
ifrq = p4
-kbody line p5, p3, p6 ;body size
-ksus = p7 ;sustain
+kv1 line p5, p3, p6 ;body size
+kv3 = p7 ;sustain
-asig STKMandolin cpspch(ifrq), 1, 2, kbody, 4, 10, 11, ksus, 1, 100, 128, 100
+asig STKMandolin cpspch(ifrq), 1, 2, kv1, 4, 10, 11, kv3, 1, 100, 128, 100
outs asig, asig
endin