falkTX
|
2ed5e0a665
|
Handle scaling of plugins via host (TESTING)
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
e5d7199cb3
|
Yet another fix for exported ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
Robin Gareus
|
f2ed4d4004
|
Add support for LV2 UI Touch
|
6 years ago |
falkTX
|
07703215e7
|
Another fix for exported ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
c8877fe6d2
|
Another fix for exported ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
15014ea074
|
More tweaks to transport
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
45a27ab64a
|
More tweaks to transport
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
14a8e739c4
|
Fix generated ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
3daa6cdcda
|
Fix generated ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
1623dd7b85
|
Introduce DISTRHO_UI_USER_RESIZABLE macro, remove runtime checks
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
4d0b2df0a2
|
Rework VST time info sync, in a way that actually works
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
a6e64ac9ca
|
VST: Fix calculation of transport "beat"
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
953efc62ea
|
VST: Fix calculation of transport "beat"
Signed-off-by: falkTX <falktx@falktx.com>
|
6 years ago |
falkTX
|
5e35de0872
|
Remove leftover debug prints
Signed-off-by: falkTX <falktx@gmail.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 |
JP Cimalando
|
2d617789fe
|
Fix some warnings emitted by GCC 8 and Clang 7
|
6 years ago |
JP Cimalando
|
4206ad194e
|
Provide a DISTRHO_DEPRECATED attribute
|
6 years ago |
JP Cimalando
|
8b4a301d60
|
Provide a DISTRHO_DEPRECATED attribute
|
6 years ago |
JP Cimalando
|
c5e1f7d026
|
Fix some warnings emitted by GCC 8 and Clang 7
|
6 years ago |
JP Cimalando
|
09d9de8ba9
|
Fix a few more warnings
|
6 years ago |
falkTX
|
204fbeb807
|
Adjustments for Cairo, and general cleanup
Signed-off-by: falkTX <falktx@gmail.com>
|
6 years ago |
JP Cimalando
|
2795c66b16
|
rewrite preprocessor conditionals in simplified form
|
6 years ago |
JP Cimalando
|
d80c799b8c
|
software rendering with Cairo
|
6 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>
|
6 years ago |
falkTX
|
101d045a75
|
Remove leftover debug prints
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
|
cf980eb2a0
|
Partially reverts a1748a1a9f
See #90
Signed-off-by: falkTX <falktx@gmail.com>
|
6 years ago |
Patrick Desaulniers
|
bbca5beee3
|
Fix some parts of BarBeatTick documentation (#86)
|
6 years ago |
Patrick Desaulniers
|
bf9ba880de
|
Fix external UI build (#87)
* Fix external UI build
* Use default bool parameter in setWindowSize (non-DGL version)
|
6 years ago |
falkTX
|
9d283b02f1
|
Real fix..
Signed-off-by: falkTX <falktx@gmail.com>
|
6 years ago |
falkTX
|
943eb1197a
|
Fix previous commit
Signed-off-by: falkTX <falktx@gmail.com>
|
6 years ago |
falkTX
|
3a25a66963
|
Fix VST strncpy
Closes #82
Signed-off-by: falkTX <falktx@gmail.com>
|
6 years ago |
Patrick Desaulniers
|
0333e4e6d6
|
Fix ttl generation for plugins that use events out but not events in
|
6 years ago |
falkTX
|
1900d13208
|
Fix offset when sending state to LV2 UI
See #57, I believe this fixes it, please test
|
6 years ago |
falkTX
|
e170f81fbc
|
Print warning for plugins with state and presets but not full state
|
6 years ago |
falkTX
|
5f117eece4
|
Fix a minor compiler warning
|
6 years ago |
Christopher Arndt
|
b5d98f4bd3
|
Add assertions to make sure size > 0
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
|
6 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>
|
6 years ago |
falkTX
|
b526e381cc
|
Fix recursive resizing in certain DAWs
|
6 years ago |
falkTX
|
a1748a1a9f
|
Assume Windows to be resizable by default; Add UI::isUserResizable
|
6 years ago |
falkTX
|
638585dc74
|
Add option to automatically scale plugin UIs
|
6 years ago |
falkTX
|
2d02c43c6d
|
Fix build and fix a few typos
|
6 years ago |
falkTX
|
7cf42d65eb
|
Allow plugin UIs to be user-resizable, test with info example
|
6 years ago |
falkTX
|
a2067e6bd6
|
Import a simple fix from Carla
|
6 years ago |
falkTX
|
3d5bd09c71
|
Fix initial parameter output values for JACK standalone
|
6 years ago |
falkTX
|
ef4fe887ed
|
Add new DISTRHO_NO_WARNINGS macro, use it on macOS test builds
|
6 years ago |
falkTX
|
2ad209cb73
|
Cleanup makefiles a bit more, and fix more warnings
|
6 years ago |
falkTX
|
b2e7ff2ee4
|
Cleanup
|
6 years ago |
falkTX
|
374dced982
|
Remove useless undef of noexcept, fixes #66
|
6 years ago |
falkTX
|
dee2b4a854
|
Update carla format code, fix license
|
6 years ago |