falkTX
|
2ed5e0a665
|
Handle scaling of plugins via host (TESTING)
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
9647aaf225
|
Adjust things for better external ui support, add example plugin
Signed-off-by: falkTX <falktx@gmail.com>
|
6 years ago |
falkTX
|
209c6c2be6
|
Adjust things for better external ui support, add example plugin
Signed-off-by: falkTX <falktx@gmail.com>
|
6 years ago |
falkTX
|
3d5bd09c71
|
Fix initial parameter output values for JACK standalone
|
6 years ago |
JP Cimalando
|
59895e9f8f
|
Fix a memory leak in the Jack wrapper
|
6 years ago |
falkTX
|
5f65434e57
|
Implement triggers in all formats; Allow VST to use param outputs
|
6 years ago |
falkTX
|
340b8e0c59
|
Make MIDI output actually work
|
6 years ago |
falkTX
|
ffdfaa6174
|
Implement MIDI output for all formats
Needs testing, I did none :)
|
6 years ago |
Patrick Desaulniers
|
e70a6d2719
|
Add support for plugins that want midi input but aren't synths (#45)
* Add support for plugins that want midi input and aren't synths
* Check for WANT_MIDI_INPUT instead of IS_SYNTH for process()
|
7 years ago |
falkTX
|
9b69b9da63
|
Fix unused variable warning
|
8 years ago |
falkTX
|
6a764d3f88
|
Fix build without UI
|
8 years ago |
falkTX
|
b5b1f2cfec
|
Use MIDI program and CC messages under JACK mode
|
8 years ago |
falkTX
|
ebb4c82c90
|
Don't use sa_restorer for signal handler, init with memset instead
It's not available on all OSes, and it's better to initialize the
struct with memset anyway
|
8 years ago |
falkTX
|
5d70c8a977
|
Update copyright dates; Add license header comment to utility code
|
9 years ago |
falkTX
|
292bd7e0a5
|
Start work torwards external-ui support
|
9 years ago |
falkTX
|
7365b4886c
|
Fix some small leaks
|
9 years ago |
falkTX
|
058388be8b
|
Call plugin de/activate in JACK standalone mode
|
10 years ago |
falkTX
|
df95e431f5
|
Fix code for API changes; Update copyright date in dgl code
|
10 years ago |
falkTX
|
226b82d966
|
Allow to build JACK standalones without UI
|
10 years ago |
falkTX
|
655ff0bce8
|
Change midi macros, start documentation rework
|
10 years ago |
falkTX
|
087afb6134
|
Several fixes to LV2 time code; Misc changes
|
10 years ago |
falkTX
|
8480503cd7
|
s/TimePos/TimePosition/
|
10 years ago |
falkTX
|
4ef494a628
|
More documentation and small UI changes
|
10 years ago |
falkTX
|
b9dcf5ca9f
|
Use uint for sizes; Some DPF UI class changes and docs
|
10 years ago |
falkTX
|
815d012771
|
Fix synths build
|
10 years ago |
falkTX
|
b30b92c0aa
|
Put all classes provided by DPF inside the namespace
|
10 years ago |
falkTX
|
fdb7b09f64
|
Pass parameter values from plugin to UI on JACK mode
|
10 years ago |
falkTX
|
4fc9af74a2
|
JACK: If there's plugin programs, select the first one
|
11 years ago |
falkTX
|
cc30a221c7
|
Update parameter outputs in JACK targets
|
11 years ago |
falkTX
|
e0a6cf3f22
|
Fix parameters and state in JACK export
|
11 years ago |
falkTX
|
05384270a8
|
Clear up UI size stuff
|
11 years ago |
falkTX
|
bd1d8bc19f
|
Misc
|
11 years ago |
falkTX
|
b4ac031105
|
Add JACK (standalone) export support
|
11 years ago |