John Zimmermann
7015d2076c
Only use GNU-specific char *strerror on systems with GLIBC
7 years ago
falkTX
e9a252d69f
Bump API bridge version
7 years ago
falkTX
6d2e35d842
Increase polling rate for non-gui mode (30 Hz)
7 years ago
falkTX
aab1e828fa
Forgot to apply lv2-state-restore on plugin bridges, now fixed
7 years ago
falkTX
056ce15d1a
Force-fix window position offset of Carla-embed mouse events
7 years ago
falkTX
a0e5dd5cec
Dont assume python pipe write is always successful
7 years ago
falkTX
710f69148a
Fix carla as plugin not receiving midi input (regression)
Triggered by 8b1fd1f537
Closes #655
7 years ago
falkTX
3807173356
Fix some bridge parameters after first state load
Closes #640
7 years ago
falkTX
4bc59c2d43
Fix a typo
7 years ago
falkTX
8ca05951dc
Avoid a false assertion
7 years ago
falkTX
e555896dc5
internal plugins: only cache event count inputs, fixes regression
7 years ago
falkTX
f083a990a4
Save LV2 author name in exported LV2 plugin
Fixes #653
7 years ago
Yuri
2be9e4027c
Fix build with the clang compiler.
7 years ago
falkTX
a8c5ddd1d5
Fix file filter of MIDI file plugin, small cleanup
7 years ago
falkTX
8b1fd1f537
Properly handle internal plugins with multi MIDI inputs
Fixes #635
7 years ago
falkTX
e481680e7d
LV2 export window is now a simple combo-box
7 years ago
falkTX
7f8e36f72b
Better error message for input timing errors
7 years ago
falkTX
1811d01351
Fix assertion in LV2 utils, assume portNotification is float type
7 years ago
falkTX
1acd680218
Initialize OS stuff when starting plugin bridge
7 years ago
falkTX
20b8518a86
More debugging when loading parameters fail
7 years ago
falkTX
514fecc09c
Store location to uic tool
7 years ago
falkTX
a928685dc9
Hide add-jack button under carla-control
7 years ago
falkTX
378e90e7d2
Avoid a false assertion error
7 years ago
Nikita Zlobin
0248888e3c
code style fix
7 years ago
Nikita Zlobin
fcd5ba99db
classic theme: restore original theme code structure
7 years ago
Nikita Zlobin
445d836302
Rename pointer_border to m_pointer_border
7 years ago
Nikita Zlobin
6779a9c327
Antialiased minimap
Same as for main canvas - 2d cursor is aligned to pixels. Visible
difference is different look of antialiased map itself.
7 years ago
Nikita Zlobin
a4e265bb67
Classic theme: fix port edge
Current implementation fills outest pixels incompletely, making slightly
blured look.
7 years ago
Nikita Zlobin
388fbfa847
Rubberband alignment to pixels
7 years ago
Nikita Zlobin
5d341b36ff
Port's border-to-pixel alignment
7 years ago
Nikita Zlobin
2ec917cdaa
Fix box position after movement in scaled state
When box is moved in scaled state, coordinates get random fraction,
which breaks border-to-pixel alignment.
7 years ago
Nikita Zlobin
070c58397f
Align box border to pixel grid (antialiasing fix)
Make border's outer edge aligned to pixel margin
7 years ago
Nikita Zlobin
5b0ae3e971
renamed line's delete() to triggerDisconnect()
7 years ago
Nikita Zlobin
2d40985d5f
oops, incompleted changeset
7 years ago
Nikita Zlobin
98ea1d800c
More consistent names for some variables
Mouse buttons in nix world have numbers 1..3 for 3 primary buttons, but
qt has special meaning for numbered names, using symbolics for first
standard buttons.
7 years ago
Nikita Zlobin
fb10518304
Cut connections by Control+MButton3
Simple click removes connections, which are too close to pointer
(for now 1px, but would be nice to make configurable).
Dragging cuts all connections on the way.
7 years ago
falkTX
309b588e5a
Add a custom include path for wine jackbridge, small cleanup
7 years ago
falkTX
16763bc4d8
Fix for previous commit, dont keep waiting if receiving lock
7 years ago
falkTX
0002aacd55
Stop waiting for engine post-rt ACK if it stops running
7 years ago
falkTX
95ba62de0b
Fix crash when closing session containing bridges with ctrl+c
Fixes #616
7 years ago
falkTX
7c846b0bf1
Fix unix version of ChildProcess::isRunning() when SIGINT is used
7 years ago
falkTX
9cd03be62b
Fix crash under debug mode when adding jack apps
7 years ago
falkTX
f3fbb37b1e
Implement more libjack stubs, catia now loads inside carla
7 years ago
falkTX
c62bfbc43a
Implement LV2 UI port notifications to feedback messages to UI
7 years ago
falkTX
cc3268a8be
Store port notifications in LV2_RDF struct
7 years ago
falkTX
d32eee00f5
Implement up/down plugins in rack (right-click menu)
Closes #152
7 years ago
falkTX
f039ee4675
Fix CarlaBackend.h usage with the latest changes
Fixes #632
7 years ago
falkTX
1967b55052
Fix NaN when controlling log params with MIDI CC
Fixes #625
7 years ago
falkTX
ffa0fe6cdd
Fix "MIDI CC 0x01" not selectable in some systems
7 years ago
falkTX
086bfcc011
Fix lv2 plugins as bridges not showing bridged custom UI
7 years ago