aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2022-09-04 23:28:55 +0100
committerRichard <q@1bpm.net>2022-09-04 23:28:55 +0100
commit16ec769fd0246ec446ad13903c1701d5becb545e (patch)
tree95faa812d8ba4526eae4c7607c0e7b9028ad07e7 /examples
parentbe702a2cf8b098eec5cc989b00538e5c4df91c52 (diff)
downloadcsound-json-16ec769fd0246ec446ad13903c1701d5becb545e.tar.gz
csound-json-16ec769fd0246ec446ad13903c1701d5becb545e.tar.bz2
csound-json-16ec769fd0246ec446ad13903c1701d5becb545e.zip
added new opcode, updated doc
Diffstat (limited to 'examples')
-rw-r--r--examples/example5.csd3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/example5.csd b/examples/example5.csd
index 4ba6d07..3c3f9ba 100644
--- a/examples/example5.csd
+++ b/examples/example5.csd
@@ -15,6 +15,7 @@
<CsOptions>
-d
-m0
+-odac
</CsOptions>
<CsInstruments>
sr = 44100
@@ -115,7 +116,7 @@ endin
</CsInstruments>
<CsScore>
-f1 0 64 10 1 ; sine
+f1 0 16 10 1 ; sine
i"boot" 0 15
</CsScore>
</CsoundSynthesizer> \ No newline at end of file