falkTX 
							
						 
						
							
							
							
								
							
								935d9d11e3 
								
							
								 
							
						 
						
							
							
								
								Rename water code files to get rid of juce prefix  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								190ddd0ea1 
								
							
								 
							
						 
						
							
							
								
								Include water files as needed, cleanup  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								b00010b65a 
								
							
								 
							
						 
						
							
							
								
								Rename the custom mini juce fork to "water"  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								0fc5553a49 
								
							
								 
							
						 
						
							
							
								
								Finish moving things to mini juce  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								f70ab2d39e 
								
							
								 
							
						 
						
							
							
								
								Continue juce removal; Remove old patchbay plugin data  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								05b361127a 
								
							
								 
							
						 
						
							
							
								
								Fix a bunch of clang warnings  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								ffed3148e8 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								da09cf0ea9 
								
							
								 
							
						 
						
							
							
								
								Prefer to run calf fluidsynth as bridge, requires instance access  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								76bfece326 
								
							
								 
							
						 
						
							
							
								
								Fix sending midi notes to lv2 ui bridges  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								b210836e7b 
								
							
								 
							
						 
						
							
							
								
								Fix nitpick warnings; Fix carla-lv2 round-error timing  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								0a2f80f39f 
								
							
								 
							
						 
						
							
							
								
								Optimize LV2 URID mapping (EXPERIMENTAL)  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								b6a6d8799a 
								
							
								 
							
						 
						
							
							
								
								Update juce (needs full rebuild)  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								df7dee17f6 
								
							
								 
							
						 
						
							
							
								
								Support LV2 makeSONameResident, just in case  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								1610970283 
								
							
								 
							
						 
						
							
							
								
								Add support for LV2 nominalBlockLength  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								52b7862ab4 
								
							
								 
							
						 
						
							
							
								
								Continue previous commit  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								ce8c1ffe07 
								
							
								 
							
						 
						
							
							
								
								More LinkedList changes; Update code to use "old" version  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								6ff9754197 
								
							
								 
							
						 
						
							
							
								
								Small comment so I don't forget about this later  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								e7d78890e0 
								
							
								 
							
						 
						
							
							
								
								Implement LV2 uiresize to UIs in bridges  
							
							
								
							
							
						 
						10 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. 
							
						 
						10 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								a37ff5ceff 
								
							
								 
							
						 
						
							
							
								
								Add carla_zeroPointers function, use it instead of _fill<void*>  
							
							
								
							
							
						 
						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 
							
						 
						
							
							
							
								
							
								ebc8d83bee 
								
							
								 
							
						 
						
							
							
								
								Send ui options to bridges  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								cd147ad1b4 
								
							
								 
							
						 
						
							
							
								
								UI bridge fixing  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								6032ae53b9 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								4fcc5ff1cf 
								
							
								 
							
						 
						
							
							
								
								Continue work, lv2+bridges sort of working again  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								7bd34192f5 
								
							
								 
							
						 
						
							
							
								
								Initial code rework to make ui-bridges use pipes instead of osc  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								67bbd7e152 
								
							
								 
							
						 
						
							
							
								
								Make lib_symbol use a template for the function type  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								45b1bef1ea 
								
							
								 
							
						 
						
							
							
								
								Ensure all LV2 port_event calls use the correct atom size,  closes   #151  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								c5603baa6e 
								
							
								 
							
						 
						
							
							
								
								LV2 Cocoa UIs now working  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								87eecb8553 
								
							
								 
							
						 
						
							
							
								
								Fix UI bridges for -Weffc++  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								9a9524afe1 
								
							
								 
							
						 
						
							
							
								
								pass engine options to bridges  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								ee5afc2400 
								
							
								 
							
						 
						
							
							
								
								Fix LV2 UI bridges to work with newer lilv  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								1a4b7aab1a 
								
							
								 
							
						 
						
							
							
								
								Fix LV2 state map/make path features  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								6eaf6b904d 
								
							
								 
							
						 
						
							
							
								
								Fix UI-bridge URI mapping if URIs received out of order  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								f181c77cc4 
								
							
								 
							
						 
						
							
							
								
								Fix bridged LV2 UIs sometimes not initializing properly  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								72ca64e9da 
								
							
								 
							
						 
						
							
							
								
								Misc  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								001ea62fb2 
								
							
								 
							
						 
						
							
							
								
								Implement UI bridges for X11, fix vst-ui bridge build  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								7bf415ab27 
								
							
								 
							
						 
						
							
							
								
								Rename bridges dir to bridges-ui  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								76d70ba4d1 
								
							
								 
							
						 
						
							
							
								
								More work&cleanup for plugin bridges  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								c6fc211ba2 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								d4a1437d0a 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								362225f42a 
								
							
								 
							
						 
						
							
							
								
								Build UI bridges without qt by default; Misc  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								cfbbdf0114 
								
							
								 
							
						 
						
							
							
								
								Implement CarlaString::asBase64, use it instead of QByteArray  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								171802ad4a 
								
							
								 
							
						 
						
							
							
								
								Put FIXMEs on all remaining qt code  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								f68eda6c13 
								
							
								 
							
						 
						
							
							
								
								Fix build  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								c53223afff 
								
							
								 
							
						 
						
							
							
								
								Start the final cleanup for beta2 and full utils check  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								7f1a3076f5 
								
							
								 
							
						 
						
							
							
								
								Fix the rest of the build  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								ac756faae3 
								
							
								 
							
						 
						
							
							
								
								Try to fix weird lock issue, fix build  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								58f39c4b0a 
								
							
								 
							
						 
						
							
							
								
								Custom lv2 option  http://kxstudio.sf.net/ns/carla/frontendWinId  
							
							
								
							
							
						 
						11 years ago