falkTX
2bec51d2b4
Misc fixes and small changes needed for OSX
8 years ago
falkTX
b6a6d8799a
Update juce (needs full rebuild)
8 years ago
falkTX
df7dee17f6
Support LV2 makeSONameResident, just in case
9 years ago
falkTX
1610970283
Add support for LV2 nominalBlockLength
9 years ago
falkTX
8984c0971b
Fix sending big messages via pipe; Cleanup
9 years ago
falkTX
52b7862ab4
Continue previous commit
9 years ago
falkTX
ce8c1ffe07
More LinkedList changes; Update code to use "old" version
9 years ago
falkTX
6ff9754197
Small comment so I don't forget about this later
9 years ago
falkTX
e7d78890e0
Implement LV2 uiresize to UIs in bridges
9 years ago
falkTX
3509edb43d
Always return a valid string on urid-unmap, special fix for Ingen
Ingen is calling urid-unmap with URID 62465.
There's no way that many URIs have been mapped, so something is weird in Ingen.
Ingen aborts when it receives NULL on urid-unmap (caused by a bad URID),
so as a workaround we'll return a valid but somewhat null URI.
Ingen still needs fixing though.
9 years ago
falkTX
801bf35b2f
Fix OSX build
9 years ago
falkTX
c7d4a272a8
Delete old QtCreator project files
9 years ago
falkTX
04549d4858
Fix make clean deleting lv2-modgui script
9 years ago
falkTX
edf17b97b2
Accept modguis as real UIs
9 years ago
falkTX
a37ff5ceff
Add carla_zeroPointers function, use it instead of _fill<void*>
9 years ago
falkTX
5098d25cf0
Generate a config.h file instead of passing -DHAVE_* stuff; Misc fixes
9 years ago
falkTX
5aaa500dc0
Properly wait for ui-bridges to get all messages, fixes #159 (I hope)
10 years ago
falkTX
f8f8f6bb84
Continue last commit; Send sample-rate to bridge-uis and fix title
10 years ago
falkTX
cd30c7f7e1
Misc fixing & cleanup
10 years ago
falkTX
8c2ad1256b
Testing
10 years ago
falkTX
ae65a4fd3d
Remove vst-ui bridge, will not be used; Cleanup
10 years ago
falkTX
ebc8d83bee
Send ui options to bridges
10 years ago
falkTX
4806fde767
Cleanup
10 years ago
falkTX
cd147ad1b4
UI bridge fixing
10 years ago
falkTX
832b980275
Another one
10 years ago
falkTX
77df19c638
More build fixes
10 years ago
falkTX
5fa7f20777
Another build fix
10 years ago
falkTX
6032ae53b9
Cleanup
10 years ago
falkTX
4fcc5ff1cf
Continue work, lv2+bridges sort of working again
10 years ago
falkTX
7bd34192f5
Initial code rework to make ui-bridges use pipes instead of osc
10 years ago
falkTX
9ec30ef1d1
Move some files around. modules dir will be for 3rd-party only
10 years ago
falkTX
a4a570c909
Cleanup
10 years ago
falkTX
229de81fe8
gtk2 fixes
10 years ago
falkTX
9c19a48bed
fix ui-bridges were not quitting nicely; auto-map bridge-uis if possible
10 years ago
falkTX
cd8f22d5c8
Continue makefile rework
10 years ago
falkTX
90805901b5
Use lib_t type for lib_* functions
10 years ago
falkTX
67bbd7e152
Make lib_symbol use a template for the function type
10 years ago
falkTX
c92a248f3a
Fix windows build
10 years ago
falkTX
45b1bef1ea
Ensure all LV2 port_event calls use the correct atom size, closes #151
10 years ago
falkTX
c5603baa6e
LV2 Cocoa UIs now working
10 years ago
falkTX
3a6ff75305
Fix osx build; Fix plugin version missing carla_panels
10 years ago
falkTX
45368bb42e
Fix VST MIDI out
10 years ago
falkTX
ace8d3da21
Fix strict build
10 years ago
falkTX
5cb048cd27
Pass all settings to plugin bridges as env vars, even if empty
10 years ago
falkTX
87eecb8553
Fix UI bridges for -Weffc++
10 years ago
falkTX
9a9524afe1
pass engine options to bridges
10 years ago
falkTX
ee5afc2400
Fix LV2 UI bridges to work with newer lilv
10 years ago
falkTX
1a4b7aab1a
Fix LV2 state map/make path features
10 years ago
falkTX
1327d557e9
Misc
10 years ago
falkTX
6eaf6b904d
Fix UI-bridge URI mapping if URIs received out of order
10 years ago