| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-07-14 | 1.3 kB |
|
| CtrlrX_debian_amd64.tar.bz2 | 2025-06-21 | 45.6 MB | |
| Totals: 2 Items | 45.6 MB | 0 | |
AJED (Editor for Alpha Juno family of synthesizers)
AJED 2.6.1 Build for Linux Debian 12
- Compiled standalone for Debian 12. Also tested in Linux Mint LMDE.
- AJED_Debian_amd64.tar.bz2
- Directory contains standalone,vsts,vst-3 builds for CtrlrX 5.6.34.
- CtrlrX_debian_amd64.tar.bz2
To build CtrlrX on Linux, download CtrlrX 5.6.34-Maintenance branch CtrlrX
cd CtrlrX/Builds/LinuxMakefile and run $ ./build.sh
Build instructions 6/21/2025
sudo apt update sudo apt upgrade sudo apt install git g++ sudo apt install -y libxi-dev \ libx11-dev binutils-dev \ libudev-dev libasound2-dev libtiff-dev \ libcurl4-gnutls-dev libiberty-dev \ libxrandr-dev libxinerama-dev \ libxcursor-dev libfreetype-dev pkg-config cd ~/ git clone https://github.com/damiensellier/CtrlrX cd ~/CtrlrX/Source/Misc/boost unzip boost.zip cd ~/CtrlrX git remote -v git remote rm origin git remote add upstream https://github.com/damiensellier/CtrlrX git fetch upstream git checkout --track upstream/5.6.34-Maintenance cd ~/CtrlrX/Builds/LinuxMakefile ./build.sh