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