falkTX
2187c061bf
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
2 years ago
Alex Tsitsimpis
c167f35fbb
Fix build with Qt 5.15+
Building with Qt 5.15 failed with the following error:
../widgets/pixmapdial.cpp:231:26: error: aggregate ‘QPainterPath ballPath’ has incomplete type and cannot be defined
231 | QPainterPath ballPath;
| ^~~~~~~~
../widgets/pixmapdial.cpp:278:26: error: aggregate ‘QPainterPath ballPath’ has incomplete type and cannot be defined
278 | QPainterPath ballPath;
| ^~~~~~~~
Signed-off-by: Alex Tsitsimpis <alex.tsitsimpis@gmail.com>
5 years ago
falkTX
915065c1f1
Fix build, regression from merge conflict
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
Simon van der Veldt
233e8c10cf
Add SKIP_STRIPPING option to Makefiles to allow disabling stripping of binaries ( #159 )
5 years ago
falkTX
5466e35d42
Remove -mtune=generic as well
5 years ago
falkTX
38941feee8
Don't use sse flags in the makefile
Code is not that heavy on audio DSP that really makes a difference
5 years ago
falkTX
89fdc69433
Fix unused variable warning
7 years ago
falkTX
48b609b259
Start port to qt5
7 years ago
falkTX
81443fbe39
Fix reverse logic of jackmeter capture, closes #69 :)
9 years ago
falkTX
c1187834c6
Revert last commit, fix is needed on jack itself
11 years ago
falkTX
b004e8659d
Update jackbridge code from Carla, and clean it
11 years ago
falkTX
b0472d09ef
Misc fixing; XYController with scrollbar now
11 years ago
falkTX
a552c190eb
Import and use jackbridge from Carla in C++ code
11 years ago
falkTX
c5ca49c358
Set version as 0.8.1
11 years ago
falkTX
9ce1ac7582
Cadence: Show both in+out versions of JackMeter
11 years ago
falkTX
cb59ca5afc
JackMeter: Add "-in" argument for input usage, closes #38
11 years ago
falkTX
41b104fe7c
Finish widgets update
12 years ago
falkTX
885fd74d9f
Update widgets code from Carla
12 years ago
falkTX
5d98790e0d
Update digitalpeakmeter widget code from Carla
12 years ago
falkTX
eab6ef75e2
Set version as 0.8 (beta2)
12 years ago
falkTX
149b373a67
Fix build with older GCC
12 years ago
falkTX
62d1ad3828
Update version, fixes #33
This doesn't mean everything is ready for v1.0 release,
just that it's coming soon
12 years ago
falkTX
98f1374f66
Misc changes
12 years ago
falkTX
920f8b7c1a
Update digitalpeakmeter from Carla
12 years ago
falkTX
849c116264
Update pixmapkeyboard code from Carla
12 years ago
falkTX
ef367894bc
Remove Carla, now in https://github.com/falkTX/Carla
12 years ago
falkTX
b0e2ea16dd
Continue Carla rework, last commit for it
12 years ago
falkTX
f56cca04d3
LADSPA_RDF cleanup
12 years ago
falkTX
e8c6dfb1c4
Carla: continue rework
12 years ago
falkTX
06ceeebcc7
Add PingPongPan files
12 years ago
falkTX
d21570bd38
carla-native: add PingPongPan
12 years ago
falkTX
174e6fb602
mingw DPT/pugl fixes
12 years ago
falkTX
70fe69af8c
Revert commit, add proper code
12 years ago
falkTX
61fe48941e
Fix last commit
12 years ago
falkTX
c91462773e
Update DPT pugl, makefiles
12 years ago
falkTX
8ae802fb45
Misc
12 years ago
falkTX
6aca778368
Update carla-lilv (serd 0.18.2, makefile)
12 years ago
falkTX
3e64d732d6
Carla: Force Calf Analyzer LV2 to be used non-bridged, gtk2 only
12 years ago
falkTX
761ce77b7c
Carla: Implement findDSSIGUI for bridges
12 years ago
falkTX
f65ab686a5
Add carla-bridge-native build, much simpler for standalone usage
12 years ago
falkTX
08c5d34f89
Start Claudia-Launcher database cleanup
12 years ago
falkTX
7044f9288e
Carla: Implement bridge state restore
12 years ago
falkTX
aeee5dac92
Fixing
12 years ago
falkTX
4e8f331563
Continue rework
12 years ago
falkTX
a872fcdd69
Misc
12 years ago
falkTX
16de0cef40
More cleanup
12 years ago
falkTX
8c9dc6afbb
Disable compiler warnings for carla-lilv and carla-jackbridge
12 years ago
falkTX
e6342a100d
Misc changes
12 years ago
falkTX
315e859dad
Fix RtAudio unused vars
12 years ago
falkTX
27a684b6bc
Minor fixing
12 years ago