Skip to content

Releases: chris-mclennan/mixr

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 21 Aug 20:47

Install mixr-rs 0.1.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mixr/releases/download/v0.1.6/mixr-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/chris-mclennan/mixr/releases/download/v0.1.6/mixr-rs-installer.ps1 | iex"

Download mixr-rs 0.1.6

File Platform Checksum
mixr-rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mixr-rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
mixr-rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
mixr-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
mixr-rs-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mixr-rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 31 May 18:45

Install mixr-rs 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mixr/releases/download/v0.1.3/mixr-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/chris-mclennan/mixr/releases/download/v0.1.3/mixr-rs-installer.ps1 | iex"

Download mixr-rs 0.1.3

File Platform Checksum
mixr-rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mixr-rs-aarch64-apple-darwin.pkg Apple Silicon macOS checksum
mixr-rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
mixr-rs-x86_64-apple-darwin.pkg Intel macOS checksum
mixr-rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
mixr-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
mixr-rs-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mixr-rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 31 May 17:17

Install mixr-rs 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mixr/releases/download/v0.1.2/mixr-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/chris-mclennan/mixr/releases/download/v0.1.2/mixr-rs-installer.ps1 | iex"

Download mixr-rs 0.1.2

File Platform Checksum
mixr-rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mixr-rs-aarch64-apple-darwin.pkg Apple Silicon macOS checksum
mixr-rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
mixr-rs-x86_64-apple-darwin.pkg Intel macOS checksum
mixr-rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
mixr-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
mixr-rs-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mixr-rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 May 17:03

Install mixr-rs 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mixr/releases/download/v0.1.1/mixr-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/chris-mclennan/mixr/releases/download/v0.1.1/mixr-rs-installer.ps1 | iex"

Download mixr-rs 0.1.1

File Platform Checksum
mixr-rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mixr-rs-aarch64-apple-darwin.pkg Apple Silicon macOS checksum
mixr-rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
mixr-rs-x86_64-apple-darwin.pkg Intel macOS checksum
mixr-rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
mixr-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
mixr-rs-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mixr-rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 May 16:49

Release Notes

Added

  • Two-deck engine — 16-bar phase-locked crossfades with five transition
    types (BeatMatched, EchoOut, BassSwap, FilterSweep, LoopRoll), per-track BPM
    detection, beat-onset and beat-grid analysis.
  • Beatport streaming — OAuth 2.0 with PKCE against dj.beatport.com; an
    embedded WebView handles login, tokens stay on the machine.
  • Library import — rekordbox (XML + USB .pdb), Engine DJ, Serato V2, and a
    local files browser.
  • Virtual mixer — 3-band EQ, single-knob filter, delay, and beat-aware loop,
    controllable by keyboard, IPC, MIDI, or the AI DJ.
  • AI DJ — an Anthropic-API-driven DJ that picks tracks, beatmatches, and
    operates the mixer in Auto / Assist / Manual modes, with per-style memory.
  • MIDI controller support — any controller via ~/.mixr/midi-map.json, MIDI
    learn, and presets for the Numark Mixstream Pro and a generic 2-channel layout.
  • Pitch stretching — varispeed by default, with optional pitch-invariant
    Rubberband (FFI) or a pure-Rust WSOLA + phase-vocoder engine.
  • File-based IPC — drive the whole rig by writing JSON to ~/.mixr/command;
    read state from status.json / screen.txt / quick.txt / events.jsonl.
  • Native integration — mixr --blit runs mixr as a native pane inside the
    tmnl terminal.

Install mixr-rs 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mixr/releases/download/v0.1.0/mixr-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/chris-mclennan/mixr/releases/download/v0.1.0/mixr-rs-installer.ps1 | iex"

Download mixr-rs 0.1.0

File Platform Checksum
mixr-rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mixr-rs-aarch64-apple-darwin.pkg Apple Silicon macOS checksum
mixr-rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
mixr-rs-x86_64-apple-darwin.pkg Intel macOS checksum
mixr-rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
mixr-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
mixr-rs-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mixr-rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum