Barebones FSEQ Sequence Player and Scheduler. Supports Artnet, E131, DDP, Serial DMX, openDMX, Renard Outputs. Supports v2 ZSTD, v2 Uncompressed, and v1 FSEQs, not v2 zlib
- Fix Schedules that loop around midnight
- Fix ZSTD dependency install issues
- Remote Falcon Support
- RDS FM Support
- TPLink Support
- Colorlight Support
Uses C++23, QT 5.15, spdlog, and cMake 3.20.
git clone https://github.com/computergeek1507/ScottPlayer.git
To build on Windows, use Visual Studio 2022
VS2022.bat
If you get a qt cmake error, update the QT location in batch file.
To build on Linux with g++(not tested).
mkdir build
cd build
cmake ..
cmake --build .
./ScottPlayer