diff options
author | Richard <richard@1bpm.net> | 2022-10-26 01:47:33 +0100 |
---|---|---|
committer | Richard <richard@1bpm.net> | 2022-10-26 01:47:33 +0100 |
commit | d8737460512f3b5a3e374e4bcece30402a652ed2 (patch) | |
tree | 6ed6deb94c56d31f7f664a923a846578ab5d4fb7 | |
parent | f7354554425e17757f31d81e26789ad20df852bf (diff) | |
download | csd-partialemergence-master.tar.gz csd-partialemergence-master.tar.bz2 csd-partialemergence-master.zip |
-rwxr-xr-x | include/instruments_idiophone.inc | 10 | ||||
-rwxr-xr-x | sonics/lagdetect.udo | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/include/instruments_idiophone.inc b/include/instruments_idiophone.inc index 80ba2fe..19d9d78 100755 --- a/include/instruments_idiophone.inc +++ b/include/instruments_idiophone.inc @@ -7,7 +7,7 @@ Installation submission for the International Csound Conference 2022
- Music box instruments
+ Idiophone instruments
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@@ -177,7 +177,7 @@ endin /*
- Stretch music box chord
+ Stretch idiophone box chord
p4 mode (0 = flipflop loop, 1 = linear loop)
*/
@@ -431,7 +431,7 @@ endin /*
- Play music box note with stochastic transforms and sends
+ Play idiophone note with stochastic transforms and sends
p4 midi note number
p5 amplitude (0 to 1)
@@ -503,7 +503,7 @@ endin /*
- Play music box note with stochastic transforms and sends
+ Play idiophone note with stochastic transforms and sends
p4 midi note number
p5 amplitude (0 to 1)
@@ -577,7 +577,7 @@ endin /*
- Play held/stretched music box note with stochastic transforms and sends
+ Play held/stretched idiophone note with stochastic transforms and sends
p4 midi note number
p5 mode (0 = forwards and reverse, 1 = linear forwards)
diff --git a/sonics/lagdetect.udo b/sonics/lagdetect.udo index f4261b1..60cc79d 100755 --- a/sonics/lagdetect.udo +++ b/sonics/lagdetect.udo @@ -2,6 +2,7 @@ #define UDO_LAGDETECT ##
/*
Processing lag detection
+ Slim excerpt for Partial Emergence
This file is part of the SONICS UDO collection by Richard Knight 2022
License: GPL-2.0-or-later
|