summaryrefslogtreecommitdiff
path: root/examples/metro.csd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/metro.csd')
-rw-r--r--examples/metro.csd23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/metro.csd b/examples/metro.csd
new file mode 100644
index 0000000..e0e2663
--- /dev/null
+++ b/examples/metro.csd
@@ -0,0 +1,23 @@
+<CsoundSynthesizer>
+<CsOptions>
+-odac -B441 -b441
+</CsOptions>
+<CsInstruments>
+
+sr = 44100
+kr = 100
+ksmps = 441
+nchnls = 2
+
+ instr 1
+ktrig metro 0.2
+printk2 ktrig
+ endin
+
+</CsInstruments>
+<CsScore>
+i 1 0 20
+
+
+</CsScore>
+</CsoundSynthesizer>