Audio thread safety and lock-free programming patterns for JUCE/Tracktion Engine. Use when writing Plugin::applyToBuffer(), real-time audio callbacks, metering, or any code that touches the audio thread. Covers what is forbidden, lock-free communication, and codebase-specific patterns.
$npx -y skills add conceptual-machines/magda-core --skill audio-threadInstalls into the current project.
Run `npx skills use "https://github.com/conceptual-machines/magda-core" --skill "conceptual-machines/magda-core/audio-thread"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/conceptual-machines/magda-core" that are relevant to the current task. Run `npx skills add "https://github.com/conceptual-machines/magda-core"` and select the relevant skills, then follow their instructions.