falkTX
|
196977645e
|
Remove testing check (make ui-less plugins work again)
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
Patrick Desaulniers
|
c3bf5ecada
|
Document DISTRHO_PLUGIN_WANT_FULL_STATE (#135)
* Document DISTRHO_PLUGIN_WANT_FULL_STATE
* Tweak DISTRHO_PLUGIN_WANT_FULL_STATE summary
|
6 years ago |
falkTX
|
780967a3c8
|
Add -mstackrealign build flag to windows
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
falkTX
|
e5d7199cb3
|
Yet another fix for exported ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
Robin Gareus
|
f2ed4d4004
|
Add support for LV2 UI Touch
|
7 years ago |
falkTX
|
c8877fe6d2
|
Another fix for exported ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
falkTX
|
45a27ab64a
|
More tweaks to transport
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
falkTX
|
3daa6cdcda
|
Fix generated ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
falkTX
|
78d8ac03db
|
Only use get_current_dir_name on Linux
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
falkTX
|
1623dd7b85
|
Introduce DISTRHO_UI_USER_RESIZABLE macro, remove runtime checks
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
falkTX
|
4d0b2df0a2
|
Rework VST time info sync, in a way that actually works
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
falkTX
|
a6e64ac9ca
|
VST: Fix calculation of transport "beat"
Signed-off-by: falkTX <falktx@falktx.com>
|
7 years ago |
falkTX
|
bbd99943b5
|
Also dont build external-ui for macOS, for now
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
falkTX
|
220ccd3c81
|
Dont build external UI example under windows
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
falkTX
|
5e35de0872
|
Remove leftover debug prints
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
falkTX
|
9647aaf225
|
Adjust things for better external ui support, add example plugin
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
JP Cimalando
|
2d617789fe
|
Fix some warnings emitted by GCC 8 and Clang 7
|
7 years ago |
falkTX
|
9f47e4f9f3
|
Fix shebang on python scripts
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
JP Cimalando
|
e32be495c1
|
Add png2c, embedder of images in PNG format
|
7 years ago |
JP Cimalando
|
4206ad194e
|
Provide a DISTRHO_DEPRECATED attribute
|
7 years ago |
JP Cimalando
|
e73e19e025
|
png2rgba: Support palette-based PNG files (#128)
|
7 years ago |
falkTX
|
4661d1461e
|
Add Window::isEmbed() method, for convenience
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
falkTX
|
1503c4eccb
|
Fix Size::isValid() check
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
Olivier Humbert
|
f080e2d6a4
|
Adds YK chorus (#107)
|
7 years ago |
Andreas Müller
|
150c099e1b
|
remove useles parentheses in macros - recent compilers don't like them (#98)
Avoid warnings as:
| ../../distrho/src/lv2/atom-util.h:334:2: note: in expansion of macro 'LV2_ATOM_OBJECT_FOREACH'
| LV2_ATOM_OBJECT_FOREACH(object, prop) {
| ^~~~~~~~~~~~~~~~~~~~~~~
| ../../distrho/src/lv2/atom-util.h: In function 'int lv2_atom_object_body_get(uint32_t, const LV2_Atom_Object_Body*, ...)':
| ../../distrho/src/lv2/atom-util.h:279:37: warning: unnecessary parentheses in declaration of 'prop' [-Wparentheses]
| for (const LV2_Atom_Property_Body* (iter) = lv2_atom_object_begin(body); \
| ^
| ../../distrho/src/lv2/atom-util.h:367:2: note: in expansion of macro 'LV2_ATOM_OBJECT_BODY_FOREACH'
| LV2_ATOM_OBJECT_BODY_FOREACH(body, size, prop) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ../../distrho/src/lv2/atom-util.h: In function 'int lv2_atom_object_get(const LV2_Atom_Object*, ...)':
| ../../distrho/src/lv2/atom-util.h:273:37: warning: unnecessary parentheses in declaration of 'prop' [-Wparentheses]
| for (const LV2_Atom_Property_Body* (iter) = lv2_atom_object_begin(&(obj)->body); \
^
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
7 years ago |
falkTX
|
cf980eb2a0
|
Partially reverts a1748a1a9f
See #90
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
Olivier Humbert
|
afd69ec45d
|
Adds 2 software as "made with DPF" + copyright years update (#93)
* Adds 2 software as "made with DPF"
* Update LICENSE
update date
|
7 years ago |
Christopher Arndt
|
a4fe3ac328
|
Fix parameter name in ImageSwitch callback method signature (#92)
|
7 years ago |
Patrick Desaulniers
|
bbca5beee3
|
Fix some parts of BarBeatTick documentation (#86)
|
7 years ago |
Patrick Desaulniers
|
bf9ba880de
|
Fix external UI build (#87)
* Fix external UI build
* Use default bool parameter in setWindowSize (non-DGL version)
|
7 years ago |
falkTX
|
9d283b02f1
|
Real fix..
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
falkTX
|
943eb1197a
|
Fix previous commit
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
falkTX
|
3a25a66963
|
Fix VST strncpy
Closes #82
Signed-off-by: falkTX <falktx@gmail.com>
|
7 years ago |
falkTX
|
8fcf971148
|
Merge branch 'master' of github.com:DISTRHO/DPF
|
7 years ago |
Patrick Desaulniers
|
fe371d491d
|
Allow disabling logs in Window class (#80)
* Allow disabling logs in Window class
* Replace DISABLE_WINDOW_LOGS with DGL_DEBUG_EVENTS
|
7 years ago |
Patrick Desaulniers
|
0333e4e6d6
|
Fix ttl generation for plugins that use events out but not events in
|
7 years ago |
Patrick Desaulniers
|
0078e735f7
|
Allow negative rotation angle
|
7 years ago |
falkTX
|
aedfb9c8ee
|
Merge branch 'pugl-update' of github.com:DISTRHO/DPF into pugl-update
|
7 years ago |
falkTX
|
602a75efe1
|
Merge branch 'master' of github.com:DISTRHO/DPF into pugl-update
|
7 years ago |
Patrick Desaulniers
|
78988eeeb0
|
Tweak mkdir call
|
7 years ago |
Patrick Desaulniers
|
3014891910
|
Fix compilation of files with directories in their path
|
7 years ago |
falkTX
|
58d2cd78e8
|
Fix warning (and travis build)
|
7 years ago |
falkTX
|
1900d13208
|
Fix offset when sending state to LV2 UI
See #57, I believe this fixes it, please test
|
7 years ago |
falkTX
|
e170f81fbc
|
Print warning for plugins with state and presets but not full state
|
7 years ago |
falkTX
|
5f117eece4
|
Fix a minor compiler warning
|
7 years ago |
Christopher Arndt
|
b5d98f4bd3
|
Add assertions to make sure size > 0
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
|
7 years ago |
Christopher Arndt
|
ba1ec818e8
|
Avoid gcc >= 8 warning about possible string truncation when using std::strncpy
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
|
7 years ago |
falkTX
|
1770a175bd
|
Expose get/setIgnoringKeyRepeat in Window class
Fixes #15
|
7 years ago |
falkTX
|
0a0f45fb2d
|
Meters UI is user resizable
|
7 years ago |
falkTX
|
b526e381cc
|
Fix recursive resizing in certain DAWs
|
7 years ago |