max
d8788ba11b
updated LibPd to version 0.12.3
3 years ago
Andrew Belt
7be162b09c
Rename RackUI to PrototypeUI. Change temp directory on Linux and Mac to /tmp.
4 years ago
Andrew Belt
9c79fa6621
Move res/faust to ./faust_libraries.
4 years ago
Stephane Letz
bd2a24b816
Reorganize Faust libraries.
4 years ago
Andrew Belt
3210514f06
Remove incorrect argument in WARN() call.
4 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.
4 years ago
Stephane Letz
d7a1e08ace
More needed reset in UI.
4 years ago
Stephane Letz
35ace73aa8
Correct RackUI::addNumEntry, fScale must be resetted.
4 years ago
Stephane Letz
faa4eaa59b
Correct FaustEngine.cpp compilation.
4 years ago
Stephane Letz
63d138cb76
Use Interp backend.
4 years ago
Stephane Letz
604ba44f0a
Should fix compilation error on Linux.
4 years ago
Stephane Letz
b758ca84c1
Cleanup, documentation.
4 years ago
Stephane Letz
efe10a6269
Add possibly missing include.
4 years ago
Stephane Letz
c14a5d3af6
Add Interp/MIR backend support.
4 years ago
Stephane Letz
f1fe484aae
Pushed buttons now become red, add a warning for non supported 'soundfile'. Improve documentation.
4 years ago
Stephane Letz
f486ff10e3
Renaming.
4 years ago
Stephane Letz
81bd571805
Code cleanup.
4 years ago
Stephane Letz
76a463fa77
Typo.
4 years ago
Stephane Letz
411845dad9
New physicalmodel.dsp example, cleanup.
4 years ago
Stephane Letz
2ac58de03b
Implement checkbox.
4 years ago
Stephane Letz
dbf1e41372
Renaming(2).
4 years ago
Stephane Letz
b39913297f
Renaming.
4 years ago
Stephane Letz
456046afe1
Use lambda to update controllers.
4 years ago
Stephane Letz
d59e6d5c24
Add SwitchLed handing and DSP examples.
4 years ago
Stephane Letz
ac43a8ce58
Implement UI handler for switches, knobs and leds.
4 years ago
Stephane Letz
fdb65b847c
Use SHA1 key for machine code cache.
4 years ago
Stephane Letz
c8014e40dc
Use writeDSPFactoryToMachineFile/readDSPFactoryFromMachineFile to implement machine code cache.
4 years ago
Stephane Letz
57ea7254df
Implement sample-rate change.
4 years ago
Stephane Letz
4136ec6f24
Add FaustEngine.
4 years ago
Andrew Belt
b15200cfb0
Use pd-gui instead of pd binary as default Pure Data application on Linux.
4 years ago
Andrew Belt
09cb977c82
Fix syntax when setting string.
4 years ago
Andrew Belt
10dfb423be
Fix disabled state of "Edit script" menu item when a .pd script is loaded.
4 years ago
Andrew Belt
41b4e066f2
LibPD: Print to log instead of stdout. Autoformat code.
4 years ago
max
b4e6a2e807
Better error messages
4 years ago
Andrew Belt
157906982d
Add "Set Pure Data application" menu item and open it when editing pd files.
4 years ago
Andrew Belt
29d633cbdd
LuaJIT: Remove more global functions that could be abused.
4 years ago
Leonardo Laguna Ruiz
33fed25130
Blocks access to ffi in LuaJIT before the user script is loaded
4 years ago
max
a131b2db18
Clean up Pure Data strings
4 years ago
Andrew Belt
f7a2cf2177
Fix editScript() on Mac. Disable "Edit script" menu item when editor is not set.
4 years ago
Andrew Belt
4b2c652b14
Fix editScript() on Windows.
4 years ago
Andrew Belt
7a075067c9
Autoformat.
4 years ago
clwe
decdf494e0
PD: Clean up Pure Data strings regarding 'VCV'
Closes #37
4 years ago
Andrew Belt
ba265b4bd3
Autoformat and clean up code a bit.
4 years ago
Andrew Belt
d32cfb69e2
Rename securityScript variable to unsecureScript.
4 years ago
clwe
4666581ff2
PD: removes amplitude scaling factor from libpd engine audio inputs (and outputs). output scaling should be done from within the pd patch.
4 years ago
clwe
572ae136f8
PD: audio output correction factor is x5
4 years ago
clwe
65c7ba13da
PD: audio output correction factor x4, shows version before loading patch
4 years ago
clwe
6b82cc60d7
PD: reset global arrays on script reload to fix wrong lights display
4 years ago
clwe
5bbc3dd134
PD: fixes initial display, display pd version
4 years ago
clwe
d439edd975
PD: implements display from pd patch and changes message sending method to lists
4 years ago