falkTX
fb20636b0c
Fix showing modguis with the latest mod-ui py3 code
9 years ago
falkTX
161361c7d2
Fix crash when using plugins with more than 2 ports in patchbay
9 years ago
falkTX
e6dc9c7310
Implement "Send Bank/Program Changes" for internal plugins
9 years ago
falkTX
54ecb70734
Only map program changes by default if the plugin is a synth
9 years ago
falkTX
8797d9b960
Fix loading vst-shell plugins in bridge mode
9 years ago
falkTX
b0035be5c9
Don't call engine->idle if engine is plugin; Give plugin hosts idle
9 years ago
falkTX
d6aa2015a1
Set audioMasterCurrentId before creating plugin, fixes #225
9 years ago
falkTX
736a6f4c42
Fix discovery of vst shell plugins
9 years ago
falkTX
341f480cce
Fix typo leading to inverted boolean-param values, closes #224
9 years ago
falkTX
3a48a66b8b
Misc
9 years ago
falkTX
e5f5be6d72
Cleanup
9 years ago
falkTX
d0882ce0ac
Revert 60aaad33f8e474ca0c269a5913f8d33f7f9b6bb6, carla builds again
9 years ago
falkTX
aa315d94b7
Revert 1aa4c4211e
9 years ago
falkTX
1aa4c4211e
Fix #223
9 years ago
falkTX
65f4173d96
Remove unused libs reference
9 years ago
falkTX
60aaad33f8
Prefer to use static libs for fftw3, libpng12 and zita stuff
9 years ago
falkTX
334a89a7ad
Misc
9 years ago
falkTX
578beca8ee
Forgot to unset local paths before commmit
9 years ago
falkTX
150cff9b0d
Update modgui code (direct webapp vs using mod-ui), much faster now
9 years ago
falkTX
2fe379aaa9
Fix typo
9 years ago
falkTX
7bb58f1265
Change default process mode to patchbay on non-linux systems
9 years ago
falkTX
b4928499e6
Fix project file syntax when connections have non-xml-friendly names
9 years ago
falkTX
74d223b5c3
Fix windows build
9 years ago
falkTX
ef84367118
Increase bridge ping timeout from 5secs to 30secs
9 years ago
falkTX
ef36f927ff
Fix bridges not sending param UI changes
9 years ago
falkTX
6f3b750acb
Fix slow startup on some rare cases
see https://bugreports.qt.io/browse/QTBUG-3033
9 years ago
falkTX
8ad39a2765
Update cached plugins (Internal/LV2/AU) when using carla-plugin
Closes #217
9 years ago
falkTX
9d2fd9c095
Allow list of lv2 folders to be empty
9 years ago
falkTX
ffadc02f78
Fix Windows build, allow compilation of zynfx plugins
9 years ago
falkTX
2b0676061e
Fix to set_process_name
9 years ago
falkTX
2c4766b98e
Misc
9 years ago
falkTX
95909aa92e
Disable testing NSM code for beta release
9 years ago
falkTX
c90d93992b
Skip bypass plugin on lv2-export
9 years ago
falkTX
615afa3d3c
Fix deadlock with the previous commits
9 years ago
falkTX
11e277495f
testing
9 years ago
falkTX
142b8a307f
Misc
9 years ago
falkTX
2a6086d924
Fix debug build (on linux)
9 years ago
falkTX
a0653810c5
lv2-plugin(s): Update parameter values after changing program
9 years ago
falkTX
715752ca21
Don't export midi outputs on lv2-plugin since it's not working yet
9 years ago
falkTX
181d77f135
Fix osx build
9 years ago
falkTX
fbc98bad87
More rounding fixes, closes #190
9 years ago
falkTX
a5128df47e
Fix precision on "set value" dialogs, closes #208
9 years ago
falkTX
67319eae91
Fix some rounding issues, make sure "set-value" on skin knobs work
9 years ago
falkTX
72a04d0ef2
Fix build with new juce
9 years ago
falkTX
3a463b799f
Update juce
9 years ago
falkTX
3509edb43d
Always return a valid string on urid-unmap, special fix for Ingen
Ingen is calling urid-unmap with URID 62465.
There's no way that many URIs have been mapped, so something is weird in Ingen.
Ingen aborts when it receives NULL on urid-unmap (caused by a bad URID),
so as a workaround we'll return a valid but somewhat null URI.
Ingen still needs fixing though.
9 years ago
falkTX
68a05bf7bf
Make sure all UIs receive idle on carla-plugin and fix #215
9 years ago
falkTX
174d67a290
Fix for Qt.AA_X11InitThreads not defined on old PyQt versions
9 years ago
falkTX
efda57bdfc
Fix MIDI channel missing in patchbay mode events
9 years ago
falkTX
321b2e1db8
Fixes
9 years ago