🎉 New LedFx Binaries Available!
| Variant | Description | Best For |
|---|---|---|
| Core | Browser-based server | Headless setups, remote access, Raspberry Pi |
| CC | Desktop app (Core + UI) | Desktop users, integrated experience |
| Client | Frontend only (needs Core) | deprecated - use CC instead |
⭐ CC Features (Core + Client + extra love):
Expand
🖥️ Integrated Experience
- Everything in one window - no browser juggling, just open the app and go
⚙️ System Integration
- System tray - minimize to tray, quick access menu with shortcuts
- Multi-instance - manage multiple LedFx servers from one interface
🎵 macOS Audio Helpers
- Custom BlackHole installer - one-click audio driver setup, no Terminal needed
- Device toggle - enable/disable audio devices without Audio MIDI Setup
- Volume control - adjust output volume directly in LedFx settings
- Auto-configuration - handles audio routing automatically
🔒 Local SSL Made Easy
- One-click HTTPS - self-signed cert generation and installation
- ledfx.local domain - auto-edits hosts file for clean URLs
- Secure local networking - HTTPS for accessing from other devices
- Cross-platform - works on Windows, macOS, and Linux
🎼 Song Detector Integration
Automatic track info from Spotify, YouTube Music, etc:
Song Detector (basic):
- Artist & title → LED matrix text display
- Album artwork → LED matrix image visualization
- Color extraction → auto-generate gradients for your virtuals (effect keeps running)
Song Detector Plus (advanced):
- Everything above, plus:
- Real-time playback position & duration
- Built-in player controls
- Song Triggers - auto-apply specific scenes when certain songs play
All managed from CC settings - download, install, auto-start configuration built-in.
info: on mac we are using a custom Adapter of media-control
Frontend-Changes:
Expand
- Release 2.1.5-b8
- Merge pull request #105 from bigredfrog/hack_button
- Remove unused filename prop from AssetTableActions and update delete confirmation text to use asset path
- Refactor Asset Manager
- Asset Manager: dialog for meta data
- test only code
- Merge pull request #103 from YeonV/slider-number-input-madness
- Merge branch 'main' into slider-number-input-madness
- Merge pull request #104 from bigredfrog/complex_segments_launch_matrix_editor
- Skip slider virtual editor if complex_segments
Backend Changes
Expand
- Fix: Prevent mutable default argument bug in EventListener (#1709)
- Docs: Contributing guidelines (#1708)
- Dev: Add an auto test script for fallbacks (#1706)
- dev: move fallback tests to separate file (#1704)
- Fix: configuring.md location and tweak docs (#1703)
- Feat: Optimized virtuals with simple segment calibration animation (#1699)
- Feat: remove calibration animation for complex_segments (#1698)