summaryrefslogtreecommitdiff
path: root/examples/STKTubeBell.csd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/STKTubeBell.csd')
-rw-r--r--[-rwxr-xr-x]examples/STKTubeBell.csd10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/STKTubeBell.csd b/examples/STKTubeBell.csd
index 6ed4261..08202d2 100755..100644
--- a/examples/STKTubeBell.csd
+++ b/examples/STKTubeBell.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 STKTubeBell.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
-kfad line p6, p3, p7 ;Crossfade of Outputs
-kindx = p5 ;(FM) Modulator Index One
+kv2 line p6, p3, p7 ;Crossfade of Outputs
+kv1 = p5 ;(FM) Modulator Index One
-asig STKTubeBell cpspch(p4), 1, 2, kindx, 4, kfad, 11, 10, 1, 70, 128,50
+asig STKTubeBell cpspch(p4), 1, 2, kv1, 4, kv2, 11, 10, 1, 70, 128,50
outs asig, asig
endin