Overview
Lumix is a Digital Audio Workstation (DAW) currently under active development, featuring an Ableton Live-inspired interface and workflow. This guide will help you get Lumix up and running on your system.System Requirements
Minimum Requirements
- Operating System: Windows 10/11 (64-bit or 32-bit)
- .NET Runtime: .NET 6.0 or higher
- RAM: 4 GB minimum, 8 GB recommended
- Processor: x86 or x64 architecture
- Graphics: DirectX 11 compatible graphics card
Software Dependencies
Lumix requires the .NET 6.0 Runtime to be installed on your system. The runtime is lightweight and free to download from Microsoft.
Installation Steps
Install .NET 6.0 Runtime
Download and install the .NET 6.0 Runtime from the official Microsoft website:You should see version 6.0.x or higher.
- Visit https://dotnet.microsoft.com/download/dotnet/6.0
- Download the Desktop Runtime installer for your system (x64 or x86)
- Run the installer and follow the on-screen instructions
Download Lumix
Get the latest pre-built release of Lumix:
- Navigate to the Lumix Releases page
- Download the appropriate version for your system:
Lumix-x64.zipfor 64-bit systems (recommended)Lumix-x86.zipfor 32-bit systems
- Extract the ZIP file to a location of your choice (e.g.,
C:\Program Files\Lumix)
Verify Installation
Navigate to the extracted folder and locate If the application launches successfully, you should see the main Lumix interface with the arrangement view.
Lumix.exe. Double-click to launch the application.On first launch, Windows may display a security warning. Click “More info” and then “Run anyway” to proceed.
Supported Audio Formats
Lumix supports the following formats through the NAudio library:- Audio Files: WAV, MP3, AIFF, FLAC
- MIDI Files: Standard MIDI Format (.mid)
- Plugins: VST2 (32-bit and 64-bit, matching your Lumix build)
VST Plugin Setup
Configure Plugin Path
In Lumix, navigate to View > Preferences and set your VST plugin directory path.
Install VST2 Plugins
Copy your VST2 plugin DLL files to the designated folder. Ensure plugins match your Lumix architecture:
- Use 64-bit VST plugins with Lumix x64
- Use 32-bit VST plugins with Lumix x86
VST3 plugins are not currently supported. Only VST2 format is compatible with Lumix.
Troubleshooting
Application Won’t Start
- Verify .NET 6.0 Runtime is installed: Run
dotnet --versionin command prompt - Check architecture compatibility: Ensure you’re using the correct build (x86 vs x64) for your system
- Run as Administrator: Right-click
Lumix.exeand select “Run as administrator”
Audio Issues
- No sound output: Check your audio device settings in Preferences
- High latency: Consider using an ASIO driver for better performance
- Crackling/popping: Increase your audio buffer size in Preferences
VST Plugin Issues
- Plugins not appearing: Ensure plugins are VST2 format and match your Lumix architecture
- Plugin crashes: Some plugins may not be compatible. Try removing recently added plugins
- Plugin path not found: Use absolute paths when configuring the VST directory
Process Won’t Close
Getting Help
For additional support:- Report issues: GitHub Issues
- View source code: GitHub Repository
- Check development progress: Development Branch
Next Steps
Now that you have Lumix installed, you can:Build from Source
Compile Lumix yourself and contribute to development
Introduction
Learn the basics of using Lumix