aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2021-10-31 04:43:58 +0000
committerRichard Knight <q@1bpm.net>2021-10-31 04:43:58 +0000
commit50f51dc632c444c52da3e2ecea79ecc215f69de2 (patch)
tree5bc689e73acf59edb43a15dfabc3c18d56624a6c
parentff06193ad1d68b341d09f042a6f677024e0af7f0 (diff)
downloadcsd-unfixedbugs1-50f51dc632c444c52da3e2ecea79ecc215f69de2.tar.gz
csd-unfixedbugs1-50f51dc632c444c52da3e2ecea79ecc215f69de2.tar.bz2
csd-unfixedbugs1-50f51dc632c444c52da3e2ecea79ecc215f69de2.zip
tweak readme
-rw-r--r--README.md1
-rw-r--r--README.md~2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 389b3bf..5c385ee 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ A relatively simple composition of clicks and bleeps stochastically computed at
### BUG3 (2021)
Significant work has been done on contructing a custom arrangment format for interpretation: the Bug Infested Directives (BID) format. This allows for reusable loop-based sequencing beyond the regular capabilities of the Csound score format. Also notably, a sample of a 909 hi-hat has been converted to a Csound instrument using FFT analysis, resulting in a large number of enveloped oscillators. This hi-hat instrument is too computationally heavy to be consistently run in realtime, so is recorded to memory before playback begins. The arrangement is computed during realtime playback.
+
The original BID file is provided as text (bid\_source.txt), but not all platforms support the readfi opcode as required by bid\_loadfile, hence it has been encapsulated in a string within bid_source.udo , and bid\_loadtext is used instead. If readfi is supported and bid\_loadfile is to be used, NOFILEIO should be unset.
### BUG4 (2021) : Not Complete
diff --git a/README.md~ b/README.md~
index 60fab65..389b3bf 100644
--- a/README.md~
+++ b/README.md~
@@ -17,7 +17,7 @@ A relatively simple composition of clicks and bleeps stochastically computed at
### BUG3 (2021)
Significant work has been done on contructing a custom arrangment format for interpretation: the Bug Infested Directives (BID) format. This allows for reusable loop-based sequencing beyond the regular capabilities of the Csound score format. Also notably, a sample of a 909 hi-hat has been converted to a Csound instrument using FFT analysis, resulting in a large number of enveloped oscillators. This hi-hat instrument is too computationally heavy to be consistently run in realtime, so is recorded to memory before playback begins. The arrangement is computed during realtime playback.
-The original BID file is provided as text (bid\_source.txt), but not all platforms support the readfi opcode as required by bid\_loadfile, hence it has been encapsulated in a string within bid_source.udo , and bid\_loadtext is used instead. If readfi is supported and bid\_loadfile is to be used, NOFILEIO should be unset.
+The original BID file is provided as text (bid\_source.txt), but not all platforms support the readfi opcode as required by bid\_loadfile, hence it has been encapsulated in a string within bid_source.udo , and bid\_loadtext is used instead. If readfi is supported and bid\_loadfile is to be used, NOFILEIO should be unset.
### BUG4 (2021) : Not Complete
In progress.