falkTX
ef4fe887ed
Add new DISTRHO_NO_WARNINGS macro, use it on macOS test builds
5 years ago
falkTX
2ad209cb73
Cleanup makefiles a bit more, and fix more warnings
5 years ago
falkTX
85d365bcbc
Install liblo-dev for linux builds
5 years ago
falkTX
76fc8b197a
Add travis build icon to readme
5 years ago
falkTX
03f0b3b8b8
Add travis config and scripts
5 years ago
falkTX
af99b460ea
Import plugin examples into this repo
5 years ago
falkTX
da2ef996e1
Use root folder common Makefile to build DGL
5 years ago
falkTX
72306e3609
Add a makefile to the root folder
5 years ago
falkTX
16d33d5d4e
Fix a few minor warnings
5 years ago
falkTX
b2e7ff2ee4
Cleanup
5 years ago
falkTX
374dced982
Remove useless undef of noexcept, fixes #66
5 years ago
falkTX
4a4f95fc9f
Fix possible undefined variable in NanoVG::textBounds
5 years ago
falkTX
dee2b4a854
Update carla format code, fix license
5 years ago
falkTX
3bbbef19fe
Fix VST values from host if parameter if integer or boolean
5 years ago
JP Cimalando
59895e9f8f
Fix a memory leak in the Jack wrapper
5 years ago
falkTX
d49366db69
Fix rendering of subwidgets
5 years ago
falkTX
5f3b6e57d8
Don't try to render widgets wth invalid size
5 years ago
falkTX
8e747ec0d5
Allow to specific standalone app idle time
5 years ago
falkTX
421fdc2cce
Save & restore plugin parameters in VST chunks
Fixes #35
5 years ago
falkTX
b1facba405
Cleanup
5 years ago
falkTX
259ab6369c
Use new vestige.h
Closes #60
5 years ago
falkTX
a4c9398d08
Leave comment on sendNote, leaving full implementation for later
5 years ago
falkTX
d5c6245dcb
Allow sendNote for plugins with MIDI input
5 years ago
falkTX
0806803aa0
Implement sendNote() for LV2
5 years ago
falkTX
9dc2c376e5
Add convenience internal isParameterInput, and use it
5 years ago
falkTX
4908bf4dc9
Proper float comparison for param changes in lv2 and ladspa
5 years ago
falkTX
5f65434e57
Implement triggers in all formats; Allow VST to use param outputs
5 years ago
falkTX
c2b9c40333
Implement enums for LV2 and VST; Add triple brackets on some lv2 fields
5 years ago
falkTX
340b8e0c59
Make MIDI output actually work
5 years ago
falkTX
5e57dfbf6b
Whitespace
5 years ago
falkTX
ffdfaa6174
Implement MIDI output for all formats
Needs testing, I did none :)
5 years ago
falkTX
f2ed265a00
Add parameter trigger and enumeration definitions
5 years ago
Patrick Desaulniers
2786991ed9
Return proper bounds in NanoVG::textBounds ( #56 )
5 years ago
Ricardo Crudo
44d2a6fba7
Update mod license API ( #55 )
5 years ago
Patrick Desaulniers
5a06a07bc0
Handle paths with spaces when generating ttl ( #46 )
5 years ago
falkTX
6de5fc3285
Fix pugl namespace under macOS
Closes #34
5 years ago
falkTX
9d0da9744b
Allow negative values in NanoVG::scale()
Closes #49
5 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()
5 years ago
Patrick Desaulniers
a50ea2140b
Fix shaky TimeBeat ( #44 )
5 years ago
Damien Zammit
495cb5fda1
Remove SetFile call and dependence on real OSX system to build ( #38 )
5 years ago
Patrick Desaulniers
70cec6a9d0
Set VST parameter hints where useful ( #39 )
* Set VST parameter hints where useful
* Set proper vst parameter display depending on hints
* Add support for kVstParameterCanRamp
* Use good flag for kVstParameterCanRamp
* Don't force on/off text + minor changes
* Prefer bool flag and zero-init parameter properties
* Misc changes
* Consider params that are both int and bool in ParamDisplay
* Round int parameters properly in ParamDisplay
* Refactor if/else in ParamDisplay
5 years ago
Filipe Coelho
6a26ce4147
Merge pull request #37 from pdesaulniers/patch-2
Proper namespace for isBase64Char
5 years ago
Patrick Desaulniers
6f622cdc8d
Proper namespace for isBase64Char
5 years ago
falkTX
279c265361
Implement transient windows for Windows and macOS
5 years ago
Filipe Coelho
d13014bb1b
Merge pull request #33 from pdesaulniers/patch-1
Fix VST build with custom DISTRHO namespace
5 years ago
Patrick Desaulniers
40a1ce7427
Fix VST build with custom DISTRHO namespace
5 years ago
Filipe Coelho
c0f2c6065d
Merge pull request #32 from desaulniersp/patch-1
Fix Circle<T>::getY()
5 years ago
Patrick Desaulniers
e47a146971
Fix Circle<T>::getY()
5 years ago
Filipe Coelho
28c8dbe12c
Merge pull request #26 from tartina/warnings
Fix some fall through compiler warnings
6 years ago
grejppi
86bd8079cd
Explicitly state supported LV2 options & use param:sampleRate ( #29 )
* Explicitly state supported options and use the correct sampleRate
* Accept lv2:sampleRate too just in case
* Typo
* Style fix
* Remove lv2:sampleRate
* Remove unnecessary newlines
* Missing semicolon
6 years ago