aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2021-10-31 04:35:16 +0000
committerRichard Knight <q@1bpm.net>2021-10-31 04:35:16 +0000
commit4a2d04c8cd3b4640084b41ca65a54a6615625ce9 (patch)
treede4439781c46e99f52944e0eb586abc6ae30e0ef /README.md
parentff5405cc2fd290d3d6715fb58e1ee5a6569b85e0 (diff)
downloadcsd-unfixedbugs1-4a2d04c8cd3b4640084b41ca65a54a6615625ce9.tar.gz
csd-unfixedbugs1-4a2d04c8cd3b4640084b41ca65a54a6615625ce9.tar.bz2
csd-unfixedbugs1-4a2d04c8cd3b4640084b41ca65a54a6615625ce9.zip
beta completion of BUG3
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index bed057d..4d5174e 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,11 @@ This is the first completed work in the series and uses preset arrays defining t
### BUG2 (2019)
A relatively simple composition of clicks and bleeps stochastically computed at initialisation time.
-### BUG3 (2021) : Not complete
+### BUG3 (2021)
Significant work has been done on contructing a custom arrangment format for interpretation: the Bug Infested Directive 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.
-
+### BUG4 (2021) : Not Complete
+In progress.
## Credits
All design, composition and programming by Richard Knight as Debugger.
@@ -31,6 +32,7 @@ Licensed under the Unlicense, so you can do as you please with the code. See the
## Links
+* [git repository for Unfixed Bugs Volume 1](http://git.1bpm.net/csd-unfixedbugs1/about/)
* [Other Debugger releases on the Discogs page](https://www.discogs.com/artist/7224268-Debugger-3)
* [Richard Knight artist profile](http://rk.1bpm.net)
* [1bpm.net main page](http://1bpm.net/)