András Szabó
c01646de9f
Fix build workflow for VCV Rack plugin
Updated the GitHub Actions workflow to improve the build process for VCV Rack plugins. Changes include fixing the build command and ensuring proper verification of premake versions.
3 weeks ago
András Szabó
fd69bfff29
Refactor build workflow to download premake binaries
Updated the build workflow to download premake binaries directly instead of installing via package managers. Adjusted platform matrix from 'wi' to 'win'.
3 weeks ago
András Szabó
056063ed2e
Clean up Makefile by removing debug code
Removed debug condition from Makefile.
3 weeks ago
András Szabó
09f0e97d5d
Clean up debug condition in Makefile
Removed unnecessary debug condition for Entropia File System Watcher.
3 weeks ago
András Szabó
b5a61cc564
Disable VULT, LIBPD, and FAUST in Makefile
Updated configuration options for VULT, LIBPD, and FAUST to be disabled by default.
3 weeks ago
András Szabó
0a282bce3d
Update build workflow for rack-sdk and matrix
Updated the rack-sdk-version to 2.4.0 and modified the build matrix and image used in the GitHub Actions workflow.
3 weeks ago
András Szabó
a606b760ca
Add debug step for container environment info
Added a debugging step to display container environment details and check for premake5 installation.
3 weeks ago
András Szabó
28328412e9
Add premake installation step in build workflow
Added a step to install premake for Windows and Linux builds using various package managers or by downloading the binary.
3 weeks ago
András Szabó
ed7b0e1046
Remove premake5 installation from build.yml
Removed installation step for premake5 from build workflow.
3 weeks ago
András Szabó
1fdf14aa9b
Add premake5 installation step in build workflow
Added step to install premake5 for Windows/Linux builds.
3 weeks ago
András Szabó
e5fad4deee
Update Makefile to disable LuaJIT and SuperCollider
Disable LuaJIT and SuperCollider in the Makefile.
3 weeks ago
András Szabó
6564c3c35f
Refactor Makefile for compiler flags and includes
Updated compiler flags and include paths in Makefile.
3 weeks ago
András Szabó
23e0307982
Change Docker image and disable macOS build job
Updated the Docker image for the build job and disabled the macOS build job.
3 weeks ago
András Szabó
ef011caac0
Remove build trigger comment from plugin.json
Removed comment about build trigger from plugin.json
3 weeks ago
András Szabó
c36458fec7
Update version to 2.0.20260113 in plugin.json
3 weeks ago
András Szabó
a1a217ab5d
Add build trigger comment in plugin.json
Added a comment indicating the build trigger for CI tests.
3 weeks ago
András Szabó
8e39704259
Merge pull request #1 from firolightfog/firolightfog-patch-1
Add GitHub Actions workflow for VCV Rack plugin build
3 weeks ago
András Szabó
80aab91907
Add GitHub Actions workflow for VCV Rack plugin build
This workflow builds a VCV Rack plugin for multiple platforms and publishes it if a tag is created. It includes steps for modifying the plugin version, building for Windows, Linux, and macOS, and uploading artifacts.
3 weeks ago
Max Neupert
7cb75fda2f
Merge pull request #58 from SteveRussell33/premake5
[makefile] Update EFSW dep to premake5
3 years ago
Steve Russell
0dac1aa65b
Update Makefile
Update EFSW dep to premake5
4 years ago
clwe
d7b16f7f07
LibPDEngine: correct Makefile flag command order for windows
4 years ago
Stéphane Letz
b5efc01fdc
Update Faust.md
4 years ago
Stéphane Letz
57bd34e4fc
Update Faust.md
4 years ago
Stéphane Letz
b26018b02e
Update Faust.md
4 years ago
mxa
3b1741466d
Update README.md
4 years ago
mxa
e3cf3a8d0b
Add Supercollider Contributor
4 years ago
max
d8788ba11b
updated LibPd to version 0.12.3
4 years ago
Brian Heim
6980f0f0ac
README: add SuperCollider
5 years ago
brianlheim
22d951fd06
remove supercollider -DNDEBUG flag
5 years ago
brianlheim
2ff382c90e
move supercollider examples back into distribution
5 years ago
brianlheim
71ae9efecb
supercollider: clone submodules with depth of 1
5 years ago
brianlheim
cbc2ccaa79
remove unused sc stuff
5 years ago
brianlheim
5a6fd8a4ba
fix & turn on supercollider engine
5 years ago
mxa
2ff3dd9a3a
Update Makefile
just fixed some spelling in the comments no functional changes
5 years ago
Stéphane Letz
fefe0e6b16
Typo.
5 years ago
max
6eb26dcebf
Updated to current mainline libpd 0.12.1 with Pd 0.51-4
5 years ago
mxa
8f1c6750db
Update README.md
5 years ago
Stephane Letz
ca0fe792db
Update Faust README.
5 years ago
Stephane Letz
5899bd77be
Update README.
5 years ago
Andrew Belt
0d577ef01c
Clean up Faust.md syntax.
5 years ago
Andrew Belt
7be162b09c
Rename RackUI to PrototypeUI. Change temp directory on Linux and Mac to /tmp.
5 years ago
Andrew Belt
9c79fa6621
Move res/faust to ./faust_libraries.
5 years ago
Andrew Belt
8244c1de92
Merge remote-tracking branch 'origin/faust' into faust
5 years ago
Stephane Letz
bd2a24b816
Reorganize Faust libraries.
5 years ago
Andrew Belt
3210514f06
Remove incorrect argument in WARN() call.
5 years ago
Andrew Belt
8b867499dd
Autoformat FaustEngine.cpp.
Add `override` to overridden methods. Ignore override warning in Faust headers.
Remove `using namespace std`, add `std::` to required identifiers.
Move /res/faust to /fause_libraries.
Install Faust to dep instead of using build directory.
5 years ago
Stephane Letz
d7a1e08ace
More needed reset in UI.
5 years ago
Stephane Letz
35ace73aa8
Correct RackUI::addNumEntry, fScale must be resetted.
5 years ago
Stephane Letz
faa4eaa59b
Correct FaustEngine.cpp compilation.
5 years ago
Stephane Letz
5570c1eff6
Correct Makefile.
5 years ago