- C++ 95.8%
- CMake 4.2%
| .github | ||
| .omo | ||
| cmake | ||
| docs | ||
| src | ||
| tests | ||
| .clang-format | ||
| .editorconfig | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
Deckflaxia
Deckflaxia is an AGPL-3.0-or-later native JUCE DJ application workflow. The current target is a four-deck app for macOS 15 via macos-latest and Ubuntu 24.04 LTS via ubuntu-24.04, with local fallback checks for environments that don't have JUCE or system media dependencies installed.
Start with the runbook for exact setup, build, launch, smoke, sandbox, license, troubleshooting, and deferred-scope commands:
For a local JUCE checkout, see the runbook's third_party/JUCE setup commands; JUCE is not vendored in this repository and the local checkout must not be committed.
Related references:
GitHub Actions Policy
GitHub Actions CI is intentionally disabled. Future feature planning must not add or reactivate workflow triggers unless the user explicitly asks to re-enable CI; use the local verification commands in the runbook instead.
Deferred Scope
These features are intentionally out of scope for this workflow: Windows, recording, smart playlists, samplers, streaming, DVS/timecode, Rekordbox/Serato import, cloud/accounts/marketplace, per-plugin sandboxing, and embedded plugin editors.