falkTX
f609e5c3a1
Put CairoUI's metadata in consistency with the rest of examples
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
JP Cimalando
795730f3cb
Fix the unimplemented worker response function
5 years ago
JP Cimalando
31a4cf3e46
exporter: attributes into arrays, to simplify dealing with syntax
5 years ago
JP Cimalando
daad976911
nanovg: check openGL function validity on next inits
5 years ago
JP Cimalando
b4d02d7920
nanovg: guard loadSharedResources against init failure
5 years ago
falkTX
93528a9d3c
Triple-quote lv2 short name as precaution
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
f4f44ab0cd
Add Parameter short name support, used in LV2 and VST
Closes #163
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
Luke Esquivel
a80da9156e
fixed macos vst buildfile errors
5 years ago
JP Cimalando
5dff90ad27
add file dialog for macOS ( #161 )
* add file dialog for macOS
* mac: use the 10.6 setDirectory API
* mac: rewrite file dialog without a for-each loop
* some minor style changes
* mac: use file dialog compatibility API, not using blocks
* add some copyright notices
5 years ago
JP Cimalando
1ae79e9a53
sofd: skip strcpy in case of same source and destination
5 years ago
JP Cimalando
7066dd1b54
cairo: define geometry functions, fixes debug link
5 years ago
falkTX
cc720fe821
win32: clear file dialog string before triggering callback
Things would go weird if a plugin opens a new file dialog in the
file callback, prevent this by clearing the string before the callback.
5 years ago
JP Cimalando
a7706f24a3
Add simple file selection for Windows ( #152 )
* Add simple file selection for Windows
* Fake async for Windows file dialogs
5 years ago
falkTX
c29301f717
Merge branch 'master' into develop
5 years ago
falkTX
0a65c4f83e
Fix build with headers in custom path
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
b11b6a4332
Merge branch 'master' into develop
5 years ago
falkTX
0e839f08cc
Add AudioMidiSyncHelper class to new DistrhoPluginUtils.hpp file
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
cde65ceac4
Add a int/uint/int2/uint2 variants of d_safe_assert
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
33b9208246
Fix console warnings when building without X11
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
JP Cimalando
bcf84559a5
Set UTF8 window title using NetWM hints
5 years ago
falkTX
7a056bbcf8
Don't return reference in getFixedValue function
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
f80f8bf316
doxygen is tricky...
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
e8bf81b12e
Hide ugly todos from docs
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
8430483fb8
Merge branch 'master' into develop
Signed-off-by: falkTX <falktx@falktx.com>
Conflicts:
Makefile.base.mk
5 years ago
JP Cimalando
83f1767d43
Fix LV2 state string exporting
6 years ago
Olivier Humbert
393834735a
Update README.md
6 years ago
Jakob Dübel
68b3a57a78
Adjust to libmodla-1.2.0 with silence instead of noise.
6 years ago
naught101
2f6691a303
Add docs for editParameter and setParameterValue
6 years ago
falkTX
196977645e
Remove testing check (make ui-less plugins work again)
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
Patrick Desaulniers
3f5d988041
Fix invalid atom size on sendNote (LV2)
6 years ago
falkTX
2b71c884ac
Merge branch 'master' into develop
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
35cfb34053
Minor corrections
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
2ed5e0a665
Handle scaling of plugins via host (TESTING)
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
780967a3c8
Add -mstackrealign build flag to windows
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
636835f63c
Merge branch 'master' into develop
Signed-off-by: falkTX <falktx@falktx.com>
Conflicts:
distrho/src/DistrhoPluginLV2export.cpp
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
78d8ac03db
Only use get_current_dir_name on Linux
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
4608cb7fc6
Only use get_current_dir_name on Linux
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
13bfc5b501
Merge branch 'master' into develop
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
8831b0e8a9
Merge branch 'master' into develop
Signed-off-by: falkTX <falktx@falktx.com>
Conflicts:
distrho/src/DistrhoPluginVST.cpp
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