diff options
author | Richard <q@1bpm.net> | 2022-09-04 23:28:55 +0100 |
---|---|---|
committer | Richard <q@1bpm.net> | 2022-09-04 23:28:55 +0100 |
commit | 16ec769fd0246ec446ad13903c1701d5becb545e (patch) | |
tree | 95faa812d8ba4526eae4c7607c0e7b9028ad07e7 /examples | |
parent | be702a2cf8b098eec5cc989b00538e5c4df91c52 (diff) | |
download | csound-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.csd | 3 |
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 |