diff options
author | Richard Knight <q@1bpm.net> | 2020-03-18 02:02:13 +0000 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2020-03-18 02:02:13 +0000 |
commit | 44c6a19adbb4d9309fd550e074d591d2ef3a79d7 (patch) | |
tree | c5e68abf00ec0a17226cbbf3a5f9586f591c4a2b /examples/6-mysql-randomnotes.csd | |
parent | 5a410b190154f00c53b60ae9c0c45a24a2e5f7d1 (diff) | |
download | csound-sqldb-44c6a19adbb4d9309fd550e074d591d2ef3a79d7.tar.gz csound-sqldb-44c6a19adbb4d9309fd550e074d591d2ef3a79d7.tar.bz2 csound-sqldb-44c6a19adbb4d9309fd550e074d591d2ef3a79d7.zip |
example update
Diffstat (limited to 'examples/6-mysql-randomnotes.csd')
-rw-r--r-- | examples/6-mysql-randomnotes.csd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/6-mysql-randomnotes.csd b/examples/6-mysql-randomnotes.csd index 036b63a..544b628 100644 --- a/examples/6-mysql-randomnotes.csd +++ b/examples/6-mysql-randomnotes.csd @@ -55,7 +55,7 @@ instr sequence ; array needs to be initialised or schedkwhen complains kevent[][] init 1, 2 - ; query twice per second + ; query three times per second ktrig metro 3 ; query on metro returning the frequency/duration pair |