falkTX
a68cef0f86
Cleanup latency code
8 years ago
falkTX
bad3910d32
Sync DSSI to LADSPA code; Cleanup; Re-use old latency buffers
8 years ago
falkTX
5fdc639ab4
Limit the amount of data sent to osc control clients
Fixes #396
8 years ago
falkTX
b933cb0065
Optimize LinkedList getAt(), don't use it if possible
8 years ago
falkTX
b6a6d8799a
Update juce (needs full rebuild)
8 years ago
falkTX
fe915b919a
Fix lv2 midi programs not reaching plugin bridges
9 years ago
falkTX
39b2e27561
Fix rename under jack multi-client mode
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
3013d3ac24
Fix loading carla preset files, closes #235 and #222
9 years ago
falkTX
d5f2da4fe7
Optimize saving and some loading of plugin chunks
9 years ago
falkTX
ef36f927ff
Fix bridges not sending param UI changes
9 years ago
falkTX
4795b63f34
Rename some files, allow presets on plugin skins (needs rebuild)
9 years ago
falkTX
0baf7c5529
Zyn plugin tweaks, expose 6 basic parameters
9 years ago
falkTX
2e7fbf895d
Continue previous commit
9 years ago
falkTX
fe00c682af
Save parameter midi CC mapping for plugins that use chunks
Closes #116
9 years ago
falkTX
27cd151daa
Allow to save properties when using vst chunks
9 years ago
falkTX
f7bc330102
Allow custom properties per plugin, use it to save is-skin-compact
9 years ago
falkTX
ed100ec429
Misc
9 years ago
falkTX
5d10152aa8
Rework of some latency and LADSPA code
9 years ago
falkTX
4ee6a834c7
Make liblo optional
9 years ago
falkTX
d62b7c31dd
Continue work to separate idle and uiIdle
9 years ago
falkTX
92fa5c6f12
Start separation between idle and uiIdle
9 years ago
falkTX
9965e8275a
Optimize data saving for bridges; Keep last loaded state
10 years ago
falkTX
8a7c50ae05
Unicode fixes, closes #178
10 years ago
falkTX
5bce798867
Fix Windows build; Misc changes
10 years ago
falkTX
1450ba4ca4
Send all basic info from client to server
10 years ago
falkTX
4a6b420eff
More of the same
10 years ago
falkTX
503314968f
More plugin-bridge work
10 years ago
falkTX
b602ad6db4
Allow the plugin to receive OSC messages, remove some from engine
With this we can check if the osc messages come from the proper source (say a DSSI UI),
so there won't be conflicts if external tools send random osc messages to Carla
10 years ago
falkTX
29f7dfb365
Add CarlaPlugin::getUiBridgeProcessId() function
10 years ago
falkTX
ee4bfb73f1
Make some plugin OSC stuff DSSI specific; Cleanup
10 years ago
falkTX
e230325148
Make DSSI work again (LV2, VST2 and bridge still pending)
10 years ago
falkTX
12967d6755
Continue rework, at least make it build
10 years ago
falkTX
de829539de
Start some cleanup and rework, DO NOT USE
10 years ago
falkTX
74b4f51476
Cleanup CarlaStateSave struct; Initial code for plugin pipe (no osc)
10 years ago
falkTX
fda9c988e3
Send param info in bridges until max is reached, instead of none
10 years ago
falkTX
16b3ca2a26
Increase max allowed CC number from 95 to 119, fixes #147
10 years ago
falkTX
09a9d7da86
Expose plugin CV ports, use it in plugin class rather than lv2 only
10 years ago
falkTX
cf21acd636
More work for internal patchbay, seems promising :)
10 years ago
falkTX
a050a886bc
Headers update for -Wdocumentation; Add carla_compareFloats function
10 years ago
falkTX
053bcf6692
Corrections for last commit
10 years ago
falkTX
e4b394ed44
Trying to get bridges to update Id on plugin removal
10 years ago
falkTX
d4b28b3a41
Go back to use base64 in chunkdata-files, raw binaries don't work
10 years ago
falkTX
b1b44bf6bf
CarlaPlugin::setChunkData now uses direct data+size instead of base64
10 years ago
falkTX
44e2741d1e
Make forced center ui optional (will be needed later)
10 years ago
falkTX
fc0ba24b3a
CarlaPlugin::idle() was missing for ladspa and dssi
10 years ago
falkTX
020ecb77b2
More bridge work; map 1:1 engine events to bridge rt events
10 years ago
falkTX
4310ff30d7
Even more bridge stuff
10 years ago
falkTX
f4ee611e75
Misc
10 years ago