aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2020-03-18 02:02:13 +0000
committerRichard Knight <q@1bpm.net>2020-03-18 02:02:13 +0000
commit44c6a19adbb4d9309fd550e074d591d2ef3a79d7 (patch)
treec5e68abf00ec0a17226cbbf3a5f9586f591c4a2b
parent5a410b190154f00c53b60ae9c0c45a24a2e5f7d1 (diff)
downloadcsound-sqldb-44c6a19adbb4d9309fd550e074d591d2ef3a79d7.tar.gz
csound-sqldb-44c6a19adbb4d9309fd550e074d591d2ef3a79d7.tar.bz2
csound-sqldb-44c6a19adbb4d9309fd550e074d591d2ef3a79d7.zip
example update
-rw-r--r--examples/6-mysql-randomnotes.csd2
-rw-r--r--examples/7-sqlite-resynth.csd (renamed from examples/7-violsqlite.csd)0
2 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
diff --git a/examples/7-violsqlite.csd b/examples/7-sqlite-resynth.csd
index cabc753..cabc753 100644
--- a/examples/7-violsqlite.csd
+++ b/examples/7-sqlite-resynth.csd