summaryrefslogtreecommitdiff
path: root/examples/STKPercFlut.csd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/STKPercFlut.csd')
-rw-r--r--[-rwxr-xr-x]examples/STKPercFlut.csd10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/STKPercFlut.csd b/examples/STKPercFlut.csd
index 2bf4b5a..9ea0c9e 100755..100644
--- a/examples/STKPercFlut.csd
+++ b/examples/STKPercFlut.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 STKPercFlut.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
-kndx line p5, p3, p6 ;Total Modulator Index
-kfad line p7, p3, 0 ;Modulator Crossfade
+kv1 line p5, p3, p6 ;Total Modulator Index
+kv2 line p7, p3, 0 ;Modulator Crossfade
-asig STKPercFlut cpspch(ifrq), 1, 2, kndx, 4, kfad, 11, 0, 1, 100, 128, 40
+asig STKPercFlut cpspch(ifrq), 1, 2, kv1, 4, kv2, 11, 0, 1, 100, 128, 40
outs asig, asig
endin