github YeonV/LedFx-Builds v2.0.111-b3
Release v2.0.111-b3

latest releases: v2.1.6-b16, v2.1.6-b15, v2.1.6-b14...
pre-release6 months ago

New LedFx binaries available:

Core: -- Browser-Based

Client: -- Desktop-App (needs a running Core)

CC: -- Desktop-App (Core-integrated)


More informations regarding Core, Client and CC:

expand

Core

If you don't know where to start, get this, open an internet browser, go to https://localhost:8888/ and off you go.
This is the server/backend that takes in audio, does the calculations and outputs blinking lights. Runs in the background on a Windows/Mac/Linux computer. You can then open the frontend in an internet browser, by going to https://localhost:8888/ on the same computer that is running the Core.
You can also pull up the frontend on your smartphone (or any other computer on the same network) by finding out what local IP your computer running the Core uses (most likely something like this 192.168.1.XXX, or 192.168.0.XXX) and opening a Browser on your smartphone and going to eg. https://192.168.1.123:8888/

Client

This is a Desktop App that opens the frontend of LedFx in a window on your desktop.
This app does NOT include the LedFx backend/server and cannot run LedFx by itself without the Core.
This Client app is useful for connecting to a running Core on your network (or the same machine).

CC (Client + Core = CC)

This is the Client and Core integrated into one Desktop App.
This Desktop App opens the Client frontend of LedFx in a window on your desktop AND runs the Core backend/server in the background.
This is useful for people who want the whole LedFx experience in one nice and tidy package.
With this, you can still connect to the backend server via a Client or browser.


⚠️ These builds are not signed (read this please):

Mac-Users:

Infos:

Reports as damaged, because of unsiged.
To fix it open Terminal and type in the following (with a SPACE at the end):

sudo xattr -cr

Then drag'n'drop the LedFx.app File into the terminal and hit enter -> it should ask for sudo password

Now you can open the App normally, give microphone and network permission, and you can even drag it into your applications.
Maybe at some point we might buy an apple dev-license for 99€/year, then the voodoo would not be needed anymore.

Win-Users:

Infos:

Reports as unsave, because of unsiged.

Maybe at some point we might buy a microsoft dev-license

Frontend-Changes:

Expand
  • Release 2.0.111-b3 by
  • Merge pull request #78 from YeonV/feature/react-flow-persistence by
  • feat(flow): Add navigation hotkey for React Flow page by
  • Refactor(flow): Apply user fixes and resolve key warning by
  • Blade's fixes by
  • Feat(flow): Implement scene persistence and UI updates by
  • Fix(flow): Handle scene node creation and export by
  • feat(react-flow): Add Scene nodes and UI refinements by
  • feat(react-flow): Add collapsible action bar by
  • fix(react-flow): Address UI feedback and API correction by
  • feat(react-flow): Re-add auto-save and add menu icons by
  • feat(react-flow): Add context menu for flow actions by
  • fix(react-flow): Fix Clear and Export buttons and remove selector by
  • feat(react-flow): Add multi-layout save/load system by
  • fix(react-flow): Fix import by preserving virtual node data by
  • fix(react-flow): Fix import functionality and clean up export by
  • feat(react-flow): Add Save and Load functionality by
  • refactor(react-flow): UI and UX refinements for sender nodes by
  • refactor(react-flow): Update default state and conditional rendering by
  • feat(react-flow): Differentiate global and scoped omni senders by
  • feat(react-flow): Add naming and collapse to sender nodes by
  • fix(react-flow): Fix UI update and default sync state by
  • feat(react-flow): Add sync toggle to SenderNodeEffect by
  • feat(react-flow): Sync effect changes to multiple connected virtuals by
  • feat(react-flow): Add EffectDropDown and dynamic connections by
  • fix(react-flow): Restore 'Add Sender Effect' button by
  • refactor(react-flow): Adjust initial node positioning by
  • refactor(react-flow): Improve layout and remove unused component by
  • feat(react-flow): Add persistence and reset functionality by
  • Blade's additions by
  • fix icon for launchkey by
  • feat: Add React Flow for virtuals and LedFx control by
  • Fix swichting Midi Type by

Backend Changes

Expand
  • Fix: harden blender for when virtuals are not ready at start up (#1481) by
  • Docs: Update typo in docs/howto/alpha.md (#1480) by
  • Fix: broken config import and harden protection on bad virtuals (#1478) by
  • Feat: add virtuals filter to global api (#1477) by
  • expose background brightness for matrix now we have global api (#1476) by
  • Merge pull request #1472 from LedFx/frontend-updates by
  • make soap updates passive (#1473) by
  • update submodule by
  • updated frontend by
  • Feat: Global Gradient api (#1470) by
  • Merge pull request #1469 from LedFx/fix-preset-name by
  • Fix preset name by
  • fix yaml to json (#1465) by
  • Feat: Concentric effect (#1463) by

Don't miss a new LedFx-Builds release

NewReleases is sending notifications on new releases.