↖ works archive02 / PROJECT_FILE

2026

PROJECT_FILE / 02

Multimedia composition

void loop() { I_AM; }

For percussion trio (motion sensors, drum set, MIDI pad + found objects), electronics and video.

RUN_LOG / 2026 / SYSTEM ACTIVE

Source code.

CYBORG_CONDUCTOR.H / VOID_LOOP.CPP● EXECUTING
#include <CyborgConductor.h>

void setup() //searching_for_consciousness
{
    System.deallocate(MemorySector_0x2); // FAILED: Consciousness leaked.
}

void loop() //system_normal(?)
{
    while (System.isTrapped()) {
        CyborgConductor.strike();
    }


    // command_failed
    for (uint64_t cycle = 0; cycle < INFINITY; cycle++) {
        CyborgConductor.play(MAX_VELOCITY);
        Visuals.renderHexDump();

        // BUG: The score ends, but the time loop remains unbroken.
        if (CyborgConductor.isExhausted()) {
            asm volatile("jmp loop"); // Force hardware jump back to start
        }
    }
}

VIDEO_DOCUMENTATION

02 FILES