Andreas Müller
478c6e906a
Fixes for fluidsynth >= 2.0.0 ( #766 )
* Fluidsynths: Ensure fluidsynth's defaults are set once and in one place
This makes transition fluidsynth 1.x -> 2.x a lot easier.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* Enable support for fluidsynth >= 2.0.0
This reverts commit e67ba7c25b .
* Fixes for fluidsynth >= 2.0.0
* preset iteration and getters have changed
* constants for most defaults are no more available in public headers -
fluidsynth wants to be asked
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
7 years ago
falkTX
e67ba7c25b
Fix previous commit
7 years ago
falkTX
0e0a27276f
Don't build sf2/3 support if fluidsynth is > 1.9.9
7 years ago
falkTX
d73c0788cc
Fix some warnings triggered by gcc-8
7 years ago
falkTX
1ad96dc51e
Fix build on Haiku OS
7 years ago
falkTX
3d8e358714
Interposer: Replace some hard-coded ints with an enum
7 years ago
falkTX
92bc6d740c
Fix build with external plugins but no OpenGL
7 years ago
falkTX
c0ee03621b
PluginEdit: always show keyboard if midi-ins > 0
7 years ago
falkTX
574839045d
Fix a compiler warning
7 years ago
falkTX
68c24a13aa
libjack: catch window close when possible, and hide it instead
7 years ago
falkTX
d9979d0c56
libjack: Implement basic session management via SIGUSR1 signal
7 years ago
falkTX
a34fd64f43
Always expand user home path when loading project from CLI
7 years ago
falkTX
2315e0ba70
Fix for last commit
7 years ago
falkTX
c1c97090a3
libjack: fixup for showing previous windows, just in case
7 years ago
falkTX
8c71b6f4d7
Don't try to find binary type of certain plugins when loading project
7 years ago
falkTX
409fffd5fa
Use basename on jack apps when initial name is empty
7 years ago
falkTX
a71a87cdc5
Interposer: intercept MapRaised and MapSubwindows
7 years ago
falkTX
89416523d1
libjack: fix for clients registering too early
7 years ago
falkTX
ba0c12697c
Fix for LV2 plugins with UI feedback ports in bridge mode
7 years ago
falkTX
e8b106fec7
Remove macOS related note in settings, if not running macOS
7 years ago
falkTX
ef07babaad
Fix dynamic buffer size against plugin bridges
Closes #752
7 years ago
falkTX
b770f61b93
Fix internal plugins not handling internal controls on native bridge
7 years ago
falkTX
798ab5c133
Fix internal plugins receiving wrong frame pos on split buffers
7 years ago
falkTX
07b028b3b5
Make UI more responsive when loading bridged plugins
7 years ago
falkTX
dcfa45b789
Respect max-parameters setting in plugin bridges
7 years ago
falkTX
f8f32b363d
Fix an assertion when looking for wine64
Closes #740
7 years ago
falkTX
70161943f3
Don't waste CPU while waiting for bridges to finish
7 years ago
falkTX
31eb7760b0
Tweak findNextEvent() to catch future cases of lost events
7 years ago
falkTX
a468359963
Fix plugins under carla-patchbay not receiving all events
7 years ago
falkTX
fcadc89603
Remove an unused file
7 years ago
falkTX
82607ea956
ParamProgressBar: fix drawing of initial value if it is 0.0
7 years ago
falkTX
50deb15b8a
Fix macOS build without pyqt
7 years ago
falkTX
8b9db39248
Fix local semaphore under macOS, optimize linux futexes
7 years ago
falkTX
bff24bcf3a
Cleanup pixmapkeyboard code, less hardcoded bits
Now easier to add more layouts
7 years ago
Olivier Humbert
cf81af6b29
Adds an AZERTY layout for the piano-keyboard ( #738 )
* Adds an AZERTY layout for the piano-keyboard
* Updates and fixes the French piano-keyboard layout
* typo fix
7 years ago
falkTX
4826e10042
Fix too many parameters trying to be drawn in zynfx skin
7 years ago
falkTX
42dac4deb9
Fix some black on black text
7 years ago
falkTX
c2b328d70d
Don't wait twice for vst plugin bridges
7 years ago
falkTX
f114739e06
Fix build against newer macOS versions
7 years ago
falkTX
de030b6b81
Small fix for transport changed check, in case BBT is not available
7 years ago
falkTX
b67bde5a0c
Initialize win32 stuff on discovery tools too
7 years ago
falkTX
e3e2288691
Only send kVstTransportChanged to VST plugins when really needed
Fixes transport sync with certain plugins, like FLStudio \o/
7 years ago
falkTX
bde548f00f
Initialize OLE in windows bridges, link with -mwindows
7 years ago
falkTX
62da178391
Cleanup CarlaNativePlugin header
7 years ago
falkTX
b97de469b1
Arrange size of about window for the 3rd tab as minimum, not 2nd
7 years ago
falkTX
d891f6de50
More work for carla-native-plugin
7 years ago
FilipeCSnuk
1830f30a4c
Forgot to commmit a file
7 years ago
FilipeCSnuk
02fe784cc8
Expose new carla-plugin-native object
7 years ago
falkTX
6e5861daa7
Force white icons for a few skins
7 years ago
falkTX
119d370d58
Remove an old define, missing timeinfo on carla-plugin gui on win32
7 years ago