Releases: xxvw/Conduction
Releases · xxvw/Conduction
in-dev 1.0
First public in-development build of Conduction.
This is a pre-1.0 snapshot for early testers and contributors. APIs, schemas, and UI flows are still in motion and may change between in-dev builds.
Artifacts
| File | Platform | Notes |
|---|---|---|
Conduction_in-dev-1.0_aarch64.dmg |
macOS (Apple Silicon) | Drag to /Applications |
Conduction_in-dev-1.0_aarch64.app.tar.gz |
macOS (Apple Silicon) | Extracted .app bundle |
The app is not notarized. On first launch macOS will warn about an unverified developer — right-click the app and choose Open, or run xattr -dr com.apple.quarantine /Applications/Conduction.app.
Highlights at this build
- Two-deck mixer with EQ / FX / loops / hot cues / typed cues
- BPM + Camelot key detection, MixSuggestion for next-track candidates
- Automation templates with Visual / Node / Lua editors
- Lua scripting with Monaco editor, inline error markers, prelude helpers (
clamp/lerp/smoothstep/each_bar/each_phrase), and a slide-in docs panel - Five built-in presets with viewable Lua source, B→A reverse toggle on the launcher
- Setlists with drag-reorder, transition design, and
.csetimport / export - SQLite library (schema v5) with auto-migration
See usage.md for full feature notes and install.md for build-from-source instructions.
Known caveats (in-dev)
- macOS Apple Silicon only in this prebuilt set. Intel / Linux / Windows must build from source.
- Phase 2 (live FX automation + scripting playback controls) is not yet shipped.
in-devbuilds may break SQLite schemas between releases; back up~/Library/Application Support/conduction/library.sqlite3if you keep a serious library.
Licensed under MIT.