falkTX
c36623946d
Add raw/upstream pugl as submodule
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
890a6cbf89
Cleanup makefiles a bit
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
89cbdbba53
Add FUNDING.yml
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
226f219c4d
Add FUNDING.yml
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
Luciano Iam
8f98ab2388
Allow building projects outside the examples dir
Project Makefiles can now define a DPF_CUSTOM_PATH
When setting a DPF_CUSTOM_PATH also DPF_CUSTOM_TARGET_DIR (for binaries) and
DPF_CUSTOM_BUILD_DIR (objects) need to be set.
If the project depends on DPF's graphic library, it has to be built first by
cd'ing to DPF and running make dgl
4 years ago
Damien Zammit
68ca91217d
Make mousewheel delta independent of window size, fixes #95
4 years ago
falkTX
27d3046a7b
Add background/foreground UI color from host, implemented for LV2
4 years ago
falkTX
3f405e0b31
Keep aspect ratio in example parameters UI
4 years ago
falkTX
f3a4f3f0b9
Remove a useless makefile check, carla leftovers
4 years ago
falkTX
ba139eb31d
Fix previous commit
4 years ago
falkTX
a98f2d395e
Fix previous commit
4 years ago
falkTX
a97a009abd
Fix last commit
4 years ago
falkTX
d710959d07
Allow to use EXE_WRAPPER as makefile option
4 years ago
falkTX
8e195b4aee
Fix last commit
4 years ago
falkTX
dee5c229ec
Allow to use EXE_WRAPPER as makefile option
4 years ago
falkTX
9243625aac
Small makefile tweaks
4 years ago
falkTX
4e13981ce5
DSSI UI needs liblo to build
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
Damien Zammit
08669d1bc3
Link all plugins to math lib because math functions are used in part of DGL
4 years ago
Olivier Humbert
c78671ad5f
Adds 2 others made-with-DPF plugins to the README
Against the develop branch this time (#231 ).
5 years ago
falkTX
039757c158
Implement UI scale factor for VST2
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
55c937a7ad
Revert "Use -fno-finite-math-only when building DGL"
This reverts commit be7845beb6
.
5 years ago
falkTX
fb3cd63725
Revert "Use -fno-finite-math-only when building DGL"
This reverts commit fded93d798
.
5 years ago
falkTX
fded93d798
Use -fno-finite-math-only when building DGL
5 years ago
falkTX
be7845beb6
Use -fno-finite-math-only when building DGL
5 years ago
falkTX
9a0cbebef7
Merge branch 'master' into develop
5 years ago
falkTX
e1008f463b
Fix syntax
5 years ago
falkTX
e70b6776eb
Merge branch 'master' into develop
5 years ago
falkTX
fa10096a86
Describe where to get help
5 years ago
Olivier Humbert
3af8555ffb
Adds made-with-DPF plugins to the list ( #219 )
* Adds CV-LFO-blender-LV2 to the list
* adds gunshot to the list
* adds spectacle-analyzer
* adds fogpad-port
* adds regrader-port
5 years ago
JP Cimalando
8616522d5a
Fix storage of the bypass parameter in LV2 preset manifest
5 years ago
falkTX
220d36446e
Set GLX_STENCIL_SIZE to 8 in pugl_x11.c
Fixes #217
5 years ago
falkTX
93e070c6d3
Don't use atom-forge header, not needed and breaks build
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
28fc6635bc
Add simple file handling example, WIP
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
9d09b5e15b
Start implementation of state files; rework some code where sane
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
0a441e24b3
Style cleanup
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
9c862a50d0
Don't build DSSI plugin for States example (broken presets)
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
82eae9b39a
DSSI is not compatible with DISTRHO_PLUGIN_WANT_FULL_STATE
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
f9619a7f45
Cleanup duplicated error
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
deed311a09
Remove specialized constructor for ParameterRanges, not needed
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
58da5a6ef7
Leave note that AudioPort can be CV by specifying a hint
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
18eb8eda8c
Update lv2 ui.h header
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
3fa7482577
Add initializer list constructor to ParameterRanges class
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
2b557ed016
LV2 export: Use actual proper default value, instead of live one
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
d80b8bfce3
String: limit amount of characters in float conversion
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
b09a8ae435
Being picky...
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
05752d0fb2
Use system font if DGL_NO_SHARED_RESOURCES is defined
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
d176b628fa
Fix missing text in Info example
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
1e9e2067ca
Merge branch 'develop'
5 years ago
falkTX
de8ace2f30
Only use -mtune=generic on intel-based architectures
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
JP Cimalando
4e180a77ec
lv2: request the optional ui:parent feature
5 years ago