aboutsummaryrefslogtreecommitdiff

Debugger - Unfixed Bugs Volume 1

Overview

Unfixed Bugs is a series of pieces of music by the artist Debugger, which may take the form of a traditional album, but solely feature compositions created using textual programming languages. The pieces are presented as open-source code and do not use any binary supporting files (such as PCM samples, analysis data etc). Hence Unfixed Bugs projects are fully readable, open-source musical works which describe both sound and arrangement. The compiled audio may be made available for release elsewhere.

Aesthetically the project aims to represent the general approach to experimental techno music consistent with other output by Debugger, and exploit generative possibilities provided by defining musical structure with code.

Composition Notes

BUG1 (2019-2020)

This is the first completed work in the series and uses preset arrays defining the frequencies of two chords. FM synthesis is used quite extensively and the sequencing is done in a set of conditional statements. The arrangement is computed at initialisation time.

BUG2 (2019-2020)

A relatively simple composition of clicks and bleeps stochastically computed at initialisation time.

BUG3 (2021)

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.

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.

BUG9 (2022-2023) : Not Complete

In progress.

BUG10 (2022-2023) : Not Complete

In progress.

Credits

All design, composition and programming by Richard Knight as Debugger. Mail to: q@1bpm.net

License

Licensed under the Unlicense, so you can do as you please with the code. See the UNLICENSE file for more details.