falkTX
231a70ca6e
Update distrho
9 years ago
falkTX
c03aefaeee
Update juce
9 years ago
falkTX
5d1236c8b5
Misc
9 years ago
falkTX
f9c9b3bef7
Reduce xruns when running with JACK1
Since JACK1 runs the rt and non-rt events on the same thread,
blocking in the non-rt events can still cause xruns.
So now on non-rt JACK events we simply save the event to handle
later on a separate thread.
This was never an issue with JACK2 and the original code could be
kept, but I don't want to have 2 different implementations for
each JACK version (possibly leaving one untested).
9 years ago
falkTX
d3dae49680
Misc
9 years ago
falkTX
14dd677220
Use futexes for linux bridges, closes #234
(needs a full rebuild of carla and bridges)
9 years ago
Filipe Coelho
47e6bc7747
Merge pull request #311 from kasbah/feat-hide-file-browser
Add a hide file browser menu option (fixes #199 )
9 years ago
Kaspar Emanuel
8c0ef1bae9
Add a hide file browser menu option ( fixes #199 )
9 years ago
falkTX
7218a81c52
Remove the ugly hack
9 years ago
falkTX
525ec9f837
Misc
9 years ago
falkTX
01053284fa
Improve plugin bridge performance and other tweaks.
Does not yet fix the infamous bug #234,
but some audio passes through now.
Still don't really know what's going on...
9 years ago
falkTX
c73c7d6420
Don't install gui files if pyqt is not available
9 years ago
falkTX
ccbe199509
Fix install when qt headers don't match default pyqt
9 years ago
falkTX
861e2bf4c1
Fix make install symlinks under some systems, closes #309
9 years ago
falkTX
5f679d6bd6
Fix march/mcpu flags in MOD Duo and Pandora flags
9 years ago
falkTX
93e564d380
Tweak MOD-Duo flags
9 years ago
falkTX
151ba5ee0a
Add random test code for bug #234
9 years ago
falkTX
285c1b16e4
Misc
9 years ago
falkTX
39469cd336
Revert previous commit
9 years ago
falkTX
3e4e4fed90
Test possible fix for #234
9 years ago
falkTX
a1d0b7ce9f
Fix win64 build
9 years ago
falkTX
571d52b1cc
"Proper" fix for VST3 SDK build with MinGW
9 years ago
falkTX
a3e4f9130f
Revert __MSVCRT_VERSION__ macro, makes mingw broken
(even more than it is)
9 years ago
falkTX
34044ded1d
Continue previous commit
9 years ago
falkTX
0917104b76
Fix restoreGeometry() for PyQt5.5, closes #303
9 years ago
falkTX
f8cc095a20
Fix mingw build with latest VST3 SDK (needs rebuild)
9 years ago
falkTX
f76a715f4b
Update juce again
9 years ago
falkTX
4670052e47
Add new files used by juce
9 years ago
falkTX
7c0c3c02ae
Update juce
9 years ago
falkTX
6325c6bc24
Revert some of 169b0e46fc
9 years ago
falkTX
9712b04317
Misc
9 years ago
falkTX
169b0e46fc
Cleanup
9 years ago
falkTX
dd0b35778d
Fix install without vst plugin
9 years ago
falkTX
5e93640bab
Fix build without X11 dev headers
9 years ago
falkTX
99070e3ec0
carla-lv2: Don't set fixed-buffer requirement for now
9 years ago
falkTX
71b9d0cbc4
carla-lv2: Fallback to maxBlockLength if host doesn't support nominal
9 years ago
falkTX
1610970283
Add support for LV2 nominalBlockLength
9 years ago
falkTX
e27607298a
Catch exceptions during vst init
9 years ago
falkTX
876cf81278
Misc
9 years ago
falkTX
0a9d6f98da
Simplify zyn process code, works nicely now
9 years ago
falkTX
1fa4390020
Fix build with latest zyn updates
9 years ago
falkTX
e111ee3379
Split zyn process code by events, closes #294
9 years ago
falkTX
c5a6ddaf28
Run Zyn middleware tick on a private separate thread
9 years ago
falkTX
b1cc34c59d
Update to latest zyn
9 years ago
falkTX
f6e3129f7d
Fix loading soundfonts in rack mode
9 years ago
falkTX
4fb33f8c37
Adjust LIBDIR and INCLUDEDIR in pkg-config files
Really fixes #284
9 years ago
falkTX
273b8ca002
Rework Makefile to be more standards compliant; Adjust getPaths()
Closes #284
Closes #167
9 years ago
falkTX
d6e5f9846c
carla-lv2: Add missing initialiazer, closes #285
9 years ago
falkTX
3f6342dab3
Cleanup
9 years ago
falkTX
4049b7a2d4
Start work on carla-lv2 presets export, commented out for now
9 years ago