aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1f73a02..ee45583 100644
--- a/README.md
+++ b/README.md
@@ -16,20 +16,29 @@ This is the first completed work in the series and uses preset arrays defining t
A relatively simple composition of clicks and bleeps stochastically computed at initialisation time.
### 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.
+Significant work has been done on contructing a custom arrangement 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)
-Utilises the BID loop arrangement format created in BUG3 and computed during realtime playback. Designed to be a lightly glitchy, relatively downtempo minimal techno type piece.
+Utilises the BID loop arrangement format created in BUG3 and computed during realtime playback.
-### BUG5 (2021) : Not Complete
+### BUG5 (2021-2022)
+Further usage of the BID loop arrangement format.
+
+### BUG6 (2021-2023) : Not Complete
+In progress.
+
+### BUG7 (2022-2023) : Not Complete
+In progress.
+
+### BUG8 (2022-2023) : Not Complete
In progress.
-### BUG6 (2021) : Not Complete
+### BUG9 (2022-2023) : Not Complete
In progress.
-### BUG7 (2021) : Not Complete
+### BUG10 (2022-2023) : Not Complete
In progress.
## Credits