bencrossman
ee07026250
Bug fix for program changes coming through as bank changes ( #779 )
6 years ago
falkTX
46f6ce6aa4
Fix detection of old Windows dll plugins
6 years ago
falkTX
49a12d5644
Fix typo on INSTALL.md
6 years ago
falkTX
c59a1eb97a
Fix a possible race condition
6 years ago
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>
6 years ago
falkTX
e67ba7c25b
Fix previous commit
6 years ago
falkTX
0e0a27276f
Don't build sf2/3 support if fluidsynth is > 1.9.9
6 years ago
falkTX
d73c0788cc
Fix some warnings triggered by gcc-8
6 years ago
falkTX
1ad96dc51e
Fix build on Haiku OS
6 years ago
falkTX
3d8e358714
Interposer: Replace some hard-coded ints with an enum
6 years ago
falkTX
92bc6d740c
Fix build with external plugins but no OpenGL
6 years ago
falkTX
c0ee03621b
PluginEdit: always show keyboard if midi-ins > 0
6 years ago
falkTX
574839045d
Fix a compiler warning
6 years ago
falkTX
68c24a13aa
libjack: catch window close when possible, and hide it instead
6 years ago
falkTX
d9979d0c56
libjack: Implement basic session management via SIGUSR1 signal
6 years ago
falkTX
a34fd64f43
Always expand user home path when loading project from CLI
6 years ago
falkTX
2315e0ba70
Fix for last commit
6 years ago
falkTX
c1c97090a3
libjack: fixup for showing previous windows, just in case
6 years ago
falkTX
8c71b6f4d7
Don't try to find binary type of certain plugins when loading project
6 years ago
falkTX
409fffd5fa
Use basename on jack apps when initial name is empty
6 years ago
falkTX
a71a87cdc5
Interposer: intercept MapRaised and MapSubwindows
6 years ago
falkTX
89416523d1
libjack: fix for clients registering too early
6 years ago
falkTX
ba0c12697c
Fix for LV2 plugins with UI feedback ports in bridge mode
6 years ago
falkTX
e8b106fec7
Remove macOS related note in settings, if not running macOS
6 years ago
falkTX
ef07babaad
Fix dynamic buffer size against plugin bridges
Closes #752
6 years ago
falkTX
b770f61b93
Fix internal plugins not handling internal controls on native bridge
6 years ago
falkTX
798ab5c133
Fix internal plugins receiving wrong frame pos on split buffers
6 years ago
falkTX
430740a896
Update packages downloaded for the linux binaries
6 years ago
falkTX
df32bb5360
Copy Carla-Control.app into macOS bundle
6 years ago
falkTX
07b028b3b5
Make UI more responsive when loading bridged plugins
6 years ago
falkTX
dcfa45b789
Respect max-parameters setting in plugin bridges
6 years ago
falkTX
f8f32b363d
Fix an assertion when looking for wine64
Closes #740
6 years ago
falkTX
70161943f3
Don't waste CPU while waiting for bridges to finish
6 years ago
falkTX
31eb7760b0
Tweak findNextEvent() to catch future cases of lost events
6 years ago
falkTX
a468359963
Fix plugins under carla-patchbay not receiving all events
6 years ago
falkTX
fcadc89603
Remove an unused file
6 years ago
falkTX
82607ea956
ParamProgressBar: fix drawing of initial value if it is 0.0
6 years ago
falkTX
1c69c4bbb2
Merge branch 'master' of github.com:falkTX/Carla
6 years ago
falkTX
50deb15b8a
Fix macOS build without pyqt
6 years ago
falkTX
50291d7eb7
Merge branch 'master' of github.com:falkTX/Carla
6 years ago
falkTX
96aaf3039b
Helper for macOS packages
6 years ago
falkTX
8b9db39248
Fix local semaphore under macOS, optimize linux futexes
6 years ago
falkTX
bff24bcf3a
Cleanup pixmapkeyboard code, less hardcoded bits
Now easier to add more layouts
6 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
6 years ago
falkTX
4826e10042
Fix too many parameters trying to be drawn in zynfx skin
6 years ago
falkTX
42dac4deb9
Fix some black on black text
6 years ago
falkTX
c2b328d70d
Don't wait twice for vst plugin bridges
6 years ago
falkTX
f114739e06
Fix build against newer macOS versions
6 years ago
falkTX
de030b6b81
Small fix for transport changed check, in case BBT is not available
6 years ago
falkTX
b67bde5a0c
Initialize win32 stuff on discovery tools too
6 years ago