Software I use for my music / audio.

I will be making posts featuring my own audio soon. The software I use is usually a combination of SunVox, Max 8 (max/msp), Purr-Data (puredata), Ableton 10, Renoise, Bitwig, Plogue Bidule, the u-he ZebraHZ and Diva VSTs .

Computers etc:

  • MSI Alpha 15 (Windows 10 Enterprise..)
  • Intel i9-12900K ASUS Z690-F 32GB RAM in a CORSAIR 7000D case running Windows 11 Enterprise and Linux Mint
  • Libreboot T500 (one with Devuan lxqt, one with Debian and with Artix Linux)
  • Libreboot X200 (Devuan xfce)
  • Pinebook Pro with Armbian
  • Odroid XU4, Raspberry Pi 3B & 4, Hummingboard Pro
  • Orange Pi 5 with Ubuntu running Renoise, Sunvox etc
  • Gemini PDA with Android and Debian
  • Pocketchip
  • Tablets with LineageOS etc
  • GrapheneOS phone with sunvox etc
  • Pinephone with Manjaro
  • Dell Axim x51v PDA (this runs SunVox and Milkytracker)
  • DS Lite (Homebrew like Nitrotracker)
  • Libreboot Asus C201 chromebook
  • Arturia Keylab 61 MIDI controller with its included plugins
  • Akai MPK mini
  • Elektron Cycles groove box
  • Elektron Digitone
  • Sony MDR-7510 Headphones
  • Sony MDR-7520 Headphones
  • Sony MDR-MA900 Headphones
  • Austrian Audio Hi-X55 Headphones
  • Audeze LCD-XC
  • ADI-2 Pro FS R Black Edition
  • Dirtywave M8 Tracker
  • Dirtywave M8 Headless
Process, Exist, D:\foobar2000c\foobar2000.exe
if !errorlevel
{
	Run "D:\foobar2000c\foobar2000.exe"
}

Process, Exist, Renoise.exe
if !errorlevel
{
	Run "C:\Program Files\Renoise 3.3.2\Renoise.exe"
}

Process, Exist, Max.exe
if !errorlevel
{
	Run "C:\Program Files\Cycling '74\Max 8\Max.exe"
}

Process, Exist, sunvox.exe
if !errorlevel
{
	Run "D:\apps\sunvox-2.0c\sunvox\sunvox\windows_x86_64\sunvox.exe"
}

Process, Exist, radium.bin.exe
if !errorlevel
{
	Run "D:\apps\radium_64bit_windows-6.9.97\radium_64bit_windows-6.9.97\radium.exe"
}

Process, Exist, Ableton Live 11 Suite.exe
if !errorlevel
{
	Run "C:\ProgramData\Ableton\Live 11 Suite\Program\Ableton Live 11 Suite.exe"
}

Process, Exist, vmpk.exe
if !errorlevel
{
	Run "C:\Program Files\vmpk\vmpk.exe"
}