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
falkTX
d6d1d3b55c
Add DGL_NO_SHARED_RESOURCES; Fix build
6 years ago
falkTX
5f18defb72
Merge branch 'vst-key-events'
6 years ago
falkTX
f0cca0af92
Misc changes
6 years ago
falkTX
c8d968a230
Fix build with custom DGL namespace, use it for OSX class names
6 years ago
falkTX
0393d1e429
Add DGL_FILE_BROWSER_DISABLED to optionaly disable file browser
6 years ago
falkTX
68b3ca4abe
Correct use of LV2 UI sample rate
6 years ago
Filipe Coelho
965cae4fc5
Merge pull request #25 from zamaudio/fix-presets
lv2: Fix bug with multiple output param ports generating invalid ttl
6 years ago
Damien Zammit
ce74a0775a
lv2: Fix bug with multiple output param ports generating invalid ttl
6 years ago
Guido Aulisi
0bfc3b475c
Fix some fall through compiler warnings
6 years ago
Filipe Coelho
76233283b7
Merge pull request #24 from zamaudio/fix-fedora
utils/png2rgba.py: Fix for Fedora's python PIL
6 years ago
Damien Zammit
2516bf2d7b
utils/png2rgba.py: Fix for Fedora's python PIL
6 years ago
falkTX
5ec4e3ac3b
Add vst product string test, to know if we should capture keys
6 years ago
falkTX
982784dfe3
Fix some special VST key handling
This closes #20
6 years ago
fundamental
bae1ad52ac
Fix VST Build With DISTRHO_PLUGIN_HAS_EXTERNAL_UI
6 years ago
falkTX
07cf566b64
Testing: handle effEditKeyUp/Down from host
Completely untested right now
6 years ago
falkTX
dd6e65bc88
Fix X11 never receiving onSpecial events
Fixes #14
6 years ago
falkTX
a186f083ca
Add vst product string test, to know if we should capture keys
6 years ago
falkTX
bf326114bd
Fix some special VST key handling
This closes #20
6 years ago
fundamental
49022ac62d
Fix VST Build With DISTRHO_PLUGIN_HAS_EXTERNAL_UI
6 years ago
falkTX
fa54750583
Testing: handle effEditKeyUp/Down from host
Completely untested right now
6 years ago
falkTX
aad1005802
Implement initial MOD LV2 license API
6 years ago
falkTX
c3a3ee004e
Skip output control ports in lv2 presets
Fixes #18
6 years ago
falkTX
f644f303c5
Fix dssi_get_midi_controller_for_port (needs port offset)
6 years ago
falkTX
bb29962a51
Add Parameter::initDesignation()
6 years ago
falkTX
8c27ddb0bb
Implement bypass (enabled) for LV2
6 years ago
falkTX
91d1a9bdf7
Another typo
6 years ago
falkTX
4c6c52ec83
Fix typo
6 years ago
falkTX
aa6288df7c
Add parameter designation API (unused for now)
6 years ago
falkTX
9b69b9da63
Fix unused variable warning
7 years ago
falkTX
6a764d3f88
Fix build without UI
7 years ago
falkTX
b5b1f2cfec
Use MIDI program and CC messages under JACK mode
7 years ago
falkTX
055dbe8bfb
Fix minor typos
7 years ago