falkTX
|
a7e8556fdd
|
Finish moving bridge stuff to shared code
Closes #462
|
7 years ago |
falkTX
|
918c049663
|
Move more bridge stuff into common code
|
7 years ago |
falkTX
|
ff77cc6ff2
|
Start move of bridge code into common classes
|
7 years ago |
falkTX
|
42a50d88d0
|
Remove old debug info for plugin bridges
|
7 years ago |
falkTX
|
aa92833b0a
|
Cleanup default options for all plugin types
|
8 years ago |
falkTX
|
882ca9a826
|
Use fixed buffers in LV2 plugins if they contain a latency port
|
8 years ago |
falkTX
|
97949056b0
|
Implement latency for plugin bridges
|
8 years ago |
falkTX
|
b210836e7b
|
Fix nitpick warnings; Fix carla-lv2 round-error timing
|
8 years ago |
falkTX
|
0286271dc8
|
Allow the same midi-cc in multiple parameters for the same plugin
Closes #345
|
8 years ago |
falkTX
|
df6fd36c1b
|
Cleanup to LinkedList class, always pass fallback
Fixes #367
|
8 years ago |
falkTX
|
e3960d91d0
|
Use plugin audio port names in bridge mode
Fixes #344
|
8 years ago |
falkTX
|
8ec10051d0
|
Implement IP semaphores for OSX, fix nsecs calculation
|
8 years ago |
falkTX
|
c94a0c80f2
|
Handle wine pickyness for filenames, fixes #329
As stupid as "//path" vs "/path".
Even though the 1st option is perfectly valid path on Linux.
Somehow the issue only manifests itself under bitwig.
|
8 years ago |
falkTX
|
70c4ad100d
|
Remove some debug prints
|
9 years ago |
falkTX
|
1913b83f09
|
Prepare code to restore per-plugin options from project file
|
9 years ago |
falkTX
|
67c4521df1
|
Wait for pending events to stop before quitting carla
|
9 years ago |
falkTX
|
44edff7f2b
|
Fix typo leading to some unloadable bridges; More debug prints
|
9 years ago |
falkTX
|
392dca43b3
|
Fix bridge plugins rename and bufsize changes; Misc fixes
|
9 years ago |
falkTX
|
55848e58fc
|
Don't use /usr/bin/wine-rt, set WINE_RT instead if not done yet
|
9 years ago |
falkTX
|
1e45e83693
|
Add some missing 'override' keywords
|
9 years ago |
falkTX
|
14dd677220
|
Use futexes for linux bridges, closes #234
(needs a full rebuild of carla and bridges)
|
9 years ago |
falkTX
|
01053284fa
|
Improve plugin bridge performance and other tweaks.
Does not yet fix the infamous bug #234,
but some audio passes through now.
Still don't really know what's going on...
|
9 years ago |
falkTX
|
76fe6e806a
|
Fix several minor issues with carla-plugin, closes #280
|
9 years ago |
falkTX
|
8c23d24631
|
Rework some plugin bridge code to play more on the safe side
|
9 years ago |
falkTX
|
52b7862ab4
|
Continue previous commit
|
9 years ago |
falkTX
|
8de9234e04
|
Make things build again
|
9 years ago |
falkTX
|
ce8c1ffe07
|
More LinkedList changes; Update code to use "old" version
|
9 years ago |
falkTX
|
10a0fb5a7a
|
Add support for internal plugins with more than 1 midi input
|
9 years ago |
falkTX
|
952edd5aec
|
Misc tweaks
|
9 years ago |
falkTX
|
8797d9b960
|
Fix loading vst-shell plugins in bridge mode
|
9 years ago |
falkTX
|
b0035be5c9
|
Don't call engine->idle if engine is plugin; Give plugin hosts idle
|
9 years ago |
falkTX
|
2c4766b98e
|
Misc
|
9 years ago |
falkTX
|
d670f5d1d8
|
Don't allow multi-midi-port plugins in patchbay for now; Cleanup
|
9 years ago |
falkTX
|
801bf35b2f
|
Fix OSX build
|
9 years ago |
falkTX
|
f7bc330102
|
Allow custom properties per plugin, use it to save is-skin-compact
|
9 years ago |
falkTX
|
f1b410916c
|
Finish previous work about not using AU_PATH (now in backend)
|
9 years ago |
falkTX
|
f96380f06e
|
Temporary workaround to fix win bridges for carla-single
|
9 years ago |
falkTX
|
5098d25cf0
|
Generate a config.h file instead of passing -DHAVE_* stuff; Misc fixes
|
9 years ago |
falkTX
|
18b79346e4
|
Disable bridge ping checks when loading state, add some debug prints
|
9 years ago |
falkTX
|
840376b210
|
Only restore bridge ping check after *all* plugins are done saving
|
10 years ago |
falkTX
|
7b2ab39df8
|
Ignore pings when saving plugin-bridges, increase timeout
|
10 years ago |
falkTX
|
53cc6fac62
|
MIDI-Out is now working for plugin bridges
|
10 years ago |
falkTX
|
6f6414ef23
|
Remove debug prints
|
10 years ago |
falkTX
|
b5e5ca5f4d
|
Better timeout code client-side, other fixes
|
10 years ago |
falkTX
|
55d786cf24
|
Better bridge wait code (server-side)
|
10 years ago |
falkTX
|
f8f8f6bb84
|
Continue last commit; Send sample-rate to bridge-uis and fix title
|
10 years ago |
falkTX
|
9965e8275a
|
Optimize data saving for bridges; Keep last loaded state
|
10 years ago |
falkTX
|
87de5775bf
|
Keep plugin-bridges messages alive when waiting for save
|
10 years ago |
falkTX
|
245af25738
|
Better handling of plugin-bridge timeouts
|
10 years ago |
falkTX
|
bd34e47e1a
|
Minor tweaks; Work-around issues in rncbc lv2 UIs
|
10 years ago |