Debugger - BUG3

Artist
Title
BUG3
Year
Source
Details
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.
Files