falkTX
f28e6fcce8
Fix lv2-ui-bridge crash when it expects a window title
Fixes #719
6 years ago
falkTX
5b3db940e4
Bump required fluidsynth to 1.1.7, for sf3 support
A lot easier than handle sf2 vs sf3 separately.
Closes #717
6 years ago
falkTX
f080ebfbc8
Always use "new" fluidsynth API
6 years ago
falkTX
22ce0aa777
Show fludsynth version in about page
6 years ago
falkTX
f671e3db60
Don't be so restrictive on carla-plugin active messages
6 years ago
falkTX
7b8112b556
Fix uninitialized memory with sfzero and note-offs before note-ons
6 years ago
falkTX
de35d8ad38
Fix exported lv2 plugins after latest changes
Fixes #723
6 years ago
falkTX
84151c5e20
Fix embed UI covering window controls under certain hosts
Fixes #725
6 years ago
falkTX
d874053700
Don't export notes plugin to LV2, missing custom-data=>atom handling
6 years ago
falkTX
241273e102
Fix carla-plugin LV2 not updating parameters from host
Fixes #718
6 years ago
falkTX
6b09901fd5
Dont enable LV2 ui-bridge-ext yet, not ready
6 years ago
falkTX
22662f9269
Some more work for carla-plugin lv2 no-instance-access
6 years ago
falkTX
2038a91cde
Print warning if LV2 UI tries to send bad data
6 years ago
falkTX
527e649987
Dont prefer UI bridges if running as bridge already
Fixes #720
6 years ago
falkTX
0ce52f5ca1
Fix copy&paste typo leading to vst discovery crashes
6 years ago
falkTX
a129422a27
Allow to change bridge parameters from UI.
Closes #716
6 years ago
falkTX
fb3132cabf
Get rid of *.base.* for internal plugins, now unused
6 years ago
FilipeCSnuk
08683468ff
Fix linking of carla-bridge against all internal plugins
6 years ago
falkTX
0b4f5c2bb0
Fix 32bit VST UIs never being visible
6 years ago
falkTX
a1dcc50346
Fix build with external plugins enabled
6 years ago
falkTX
37417720a8
Fix loading preset as project file from CLI
6 years ago
falkTX
459915ebdb
General fixes against dynamic buffer sizes
6 years ago
falkTX
a764f20453
Misc changes
6 years ago
falkTX
b88f94b2ec
Use the real carla safe macro in AudioSampleBuffer
6 years ago
falkTX
c198573c00
Build all native plugins into carla-bridge-native
6 years ago
falkTX
995b345f84
Avoid a race condition when changing buffer/sample size
6 years ago
falkTX
6eeca33171
Fix typo leading to bad ttl, generated for carla-plugin
6 years ago
falkTX
489a861b07
Fix small minor issue when rescanning as carla-plugin
6 years ago
falkTX
ce63ad677b
Fix LV2 plugins having random port count (unitialized memory)
6 years ago
falkTX
3b2ca8f19c
Dont expose UIs in CarlaVstShell just yet
6 years ago
falkTX
0d38c35754
CarlaVstShell for non rack/patchbay plugins
6 years ago
falkTX
8a622674da
Fix some more warnings
6 years ago
falkTX
763a416e0b
Adjust makefiles to make it easier for windows travis builds
6 years ago
falkTX
28d607be18
Fix some small compiler warnings
6 years ago
falkTX
f1f432b653
Fix carla-lv2 exporting 1 too many MIDI output
6 years ago
falkTX
250949cf15
Fix a typo
6 years ago
falkTX
9002154238
Fix inverted logic when opening carla-plugin UI
6 years ago
falkTX
5581789302
Cleanup, small fix for previous commits
6 years ago
Nikita Zlobin
8d30a097c0
CanvasBox.updatePositions: fix horizontal port positioning
6 years ago
Nikita Zlobin
40bf7668bf
updatePositions: optimization
6 years ago
Nikita Zlobin
e3aadfbc3a
updatePositions: refactoring 3
Merge as much as possible stuff from second loop to first. Use second
only to set width and X for ports.
6 years ago
Nikita Zlobin
dc48fdd1a0
CanvasBox.updatePositions: refactoring 2
More folding
Clean some magic height changes. Bottom space now consists of
max(port_spacing, port_spacingT) + border width - trailing port_spacing.
Port types are traversed in loop, using array.
6 years ago
Nikita Zlobin
727138c3b2
CanvasBox.updatePositions: refactoring 1
First stage of refactoring.
Fixed indentation of line, added in visual correction of lineHinting
effect.
6 years ago
Nikita Zlobin
4387408f91
refactoring: CanvasBox.paint()
Use single rect through all drawing sequence (change of decrement in one
place affects all next steps).
6 years ago
Nikita Zlobin
c219332e83
Better code to calculate connection line coordinates
6 years ago
falkTX
683869d9e5
Whitespace
6 years ago
Nikita Zlobin
52c3c8c283
small code optimizations
6 years ago
falkTX
09c575fe37
Whitespace
6 years ago
Nikita Zlobin
1bb196a78d
Fold too long lines
6 years ago
Nikita Zlobin
7e4348832c
Restore original visible sizes, affected by border hinting
By shifting border inside of logical bound, free space around is
increased by one line weight.
6 years ago