falkTX
d2d3a43776
Only enable Info modgui if building for MOD
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
JP Cimalando
e69074ebfc
Fix setting the bypass parameter at init ( #185 )
* Fix setting the bypass parameter at init
* Rewrite the bypass patch with suggestions
5 years ago
falkTX
d164873893
Add modgui to Info plugin
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
3a0f7e13c7
Being pedantic
5 years ago
falkTX
a7a7b47e9a
Fix build without opengl
5 years ago
Olivier Humbert
14842be64b
Made with dpf: + stone-phaser
5 years ago
JP Cimalando
7070042590
Fix macOS crash on editor closed and reopened
On Minihost Modular, the window will not be recreated correctly after
closing. It's because the host does not send the effEditClose opcode.
When effEditOpen is reentered, fVstUI!=nullptr would short-circuit the
initialization of the editor, and continue without an existing window.
5 years ago
JP Cimalando
8ed673ee16
Add the `VERBOSE` option to makefiles
5 years ago
falkTX
335cb08628
Fix build without set-DGL-namespace
5 years ago
falkTX
4a3327e011
Test build with no DGL namespace too
5 years ago
falkTX
acbf535cff
Fix build with custom prefix
5 years ago
falkTX
4c5da3f954
Test no namespace and custom namespace on CI
5 years ago
JP Cimalando
7c82a93925
Fix the build in case the DISTRHO namespace is not used
5 years ago
JP Cimalando
98b29fd867
Allow generic units to pass validation
5 years ago
falkTX
06340e3c16
More haiku tests & changes (full mouse tracking, lock looper)
5 years ago
JP Cimalando
945ee9a2f4
Suppress the copy methods of ParameterEnumerationValues ( fixes #177 ) ( #178 )
* Suppress the copy methods of ParameterEnumerationValues
* Provide a C++98 definition of DISTRHO_DECLARE_NON_COPY_STRUCT
5 years ago
falkTX
20a464142a
Incomplete but sorta working initial Haiku support, WIP
See https://nextcloud.falktx.com/s/SGsiLLHJ7Qn4PDj/preview
and https://nextcloud.falktx.com/s/w7qsZigFNTHFrmw/preview
Great times ahead!
5 years ago
falkTX
700762a5b5
Fix haiku.cpp file to use unix line endings
5 years ago
falkTX
b24777bce0
Fix previous commit; Enable cairo in CI Linux builds
5 years ago
falkTX
14b4536aad
Reorder some code and add stubs for HaikuOS support
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
Patrick Desaulniers
94a198544a
Update README.md
Tweak Wolf Shaper and Wolf Spectrum labels; Remove Wolf LFO
5 years ago
Michael Willis
5327dc7891
Update dragonfly reverb link
5 years ago
Olivier Humbert
cc7e5e89c0
Update README.md ( #174 )
* Update README.md
* Update README.md
* Update README.md
5 years ago
falkTX
cbcd93ad76
Cleanup
5 years ago
Olivier Humbert
bc68c7cfb4
Adds more DPF-based plugins ( #173 )
* Update README.md
* Update README.md
5 years ago
Christopher Arndt
a0fd7cbfc5
[VST] Round integer param values after de-normalizing ( fixes #171 ) ( #172 )
* [VST] Round integer param values after de-normalizing (fixes #171 )
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
* Also use unnormalized value for boolean params
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
5 years ago
falkTX
4c8d448b10
Merge branch 'develop'
5 years ago
falkTX
bbc188db8d
AudioMidiSyncHelper: Fix run cycles with many events
5 years ago
falkTX
3fddc2794f
Mention that parameter description is LV2 only
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
JP Cimalando
126595f1a5
Add LV2 parameter comments
5 years ago
JP Cimalando
b77d143ca7
Fix an 'opts:interface not defined' warning
5 years ago
Olivier Humbert
35591ef936
one more DPF-plugins suite
5 years ago
Olivier Humbert
167f72e19f
Add 4 DPF made plugins ( #167 )
* Add 4 DPF made plugins
* wooops
5 years ago
falkTX
2cb3b7d3e3
Try to make utils/generate-vst-bundles.sh work anywhere
Please test
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
a26f5a241d
Handle situation of addAttribute values being empty
Does not happen right now, but might in the future
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
5ffcbe5e0a
Only define rsz prefix when needed
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
b5c5ff3661
Always use "opts" prefix
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
fd55d1002c
Adjust latest changes to be more in DPF style
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
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