|  falkTX | e3e2288691 | Only send kVstTransportChanged to VST plugins when really needed Fixes transport sync with certain plugins, like FLStudio \o/ | 7 years ago | 
				
					
						|  falkTX | 799fd2eaea | Fix starting wine bridges with wine versions without 64 suffix Also debug a bit more
Fixes #736 | 7 years ago | 
				
					
						|  falkTX | faf4777b6e | Cleanup, print error if win32 CreateWindow fails | 7 years ago | 
				
					
						|  falkTX | 378c33ee8d | Fix carla-export LV2 UI changes not reaching DSP | 7 years ago | 
				
					
						|  falkTX | c78c2a77b6 | Add back something removed by mistake.. | 7 years ago | 
				
					
						|  falkTX | 47cb24ae73 | Keep VST UI open for the lifetime of the plugin We are doing this for LV2 already, so be consistent | 7 years ago | 
				
					
						|  falkTX | bf8af666e9 | Copy Carla stuff for Windows LV2 export, rather than symlinking | 7 years ago | 
				
					
						|  falkTX | 6b92f3e1dc | Clean up some debug messages | 7 years ago | 
				
					
						|  falkTX | f080ebfbc8 | Always use "new" fluidsynth API | 7 years ago | 
				
					
						|  falkTX | f671e3db60 | Don't be so restrictive on carla-plugin active messages | 7 years ago | 
				
					
						|  falkTX | de35d8ad38 | Fix exported lv2 plugins after latest changes Fixes #723 | 7 years ago | 
				
					
						|  falkTX | 2038a91cde | Print warning if LV2 UI tries to send bad data | 7 years ago | 
				
					
						|  falkTX | 527e649987 | Dont prefer UI bridges if running as bridge already Fixes #720 | 7 years ago | 
				
					
						|  falkTX | a129422a27 | Allow to change bridge parameters from UI. Closes #716 | 7 years ago | 
				
					
						|  falkTX | 0b4f5c2bb0 | Fix 32bit VST UIs never being visible | 7 years ago | 
				
					
						|  falkTX | 8a622674da | Fix some more warnings | 7 years ago | 
				
					
						|  falkTX | f712e9306e | Fix bridges build | 7 years ago | 
				
					
						|  falkTX | 9a68a49849 | Big push to get transport working correctly. Seems quite nice now | 7 years ago | 
				
					
						|  falkTX | 8d48bc3ae2 | Some house-keeping, needed after some previous changes | 7 years ago | 
				
					
						|  falkTX | b5f528bdf0 | Pass amount of frames to bridge process call | 7 years ago | 
				
					
						|  falkTX | bdeb87acb7 | Pass amount of frames to bridge process call | 7 years ago | 
				
					
						|  falkTX | cd8cea6539 | macOS related fixes | 7 years ago | 
				
					
						|  falkTX | 2355f147b3 | Fix build with -std=c++98 and adjustments for old Mac OS | 7 years ago | 
				
					
						|  falkTX | 7d55cfe473 | Start code for carla-plugin without lv2 instance-access | 7 years ago | 
				
					
						|  falkTX | c789997920 | More of the same | 7 years ago | 
				
					
						|  falkTX | f475d04869 | Expose more stuff to carla-plugin bridge, increase pipe timeout | 7 years ago | 
				
					
						|  falkTX | 6184eadbcb | Don't trigger ENGINE_CALLBACK_UPDATE under certain conditions | 7 years ago | 
				
					
						|  falkTX | e1004744cb | Add valgrind script, found and fix 1 leak already | 7 years ago | 
				
					
						|  falkTX | 4c04b0e15a | Expose carla-plugin in plugin bridge | 7 years ago | 
				
					
						|  falkTX | 04dbc3fbee | Nicer printing on out of bounds midi event time | 7 years ago | 
				
					
						|  falkTX | 7aa20661d7 | Some fixes for stupid VST plugins | 7 years ago | 
				
					
						|  falkTX | d2e8c80fbc | Avoid an assertion on VST-side midi-learn | 7 years ago | 
				
					
						|  falkTX | c2290202c4 | Fix a typo leading to missing midi out events on internal plugins | 7 years ago | 
				
					
						|  falkTX | dca49c5236 | Cleanup: cv in internal plugins is never used | 7 years ago | 
				
					
						|  falkTX | 8ac99a697e | Rename vestige header and update it, adjust code as needed | 7 years ago | 
				
					
						|  falkTX | ea64e00c87 | For internal plugins, store in and out midi buffers separately This allows internal midi out plugins to skip fixed buffer sizes | 7 years ago | 
				
					
						|  falkTX | 90c7f8a89b | Don't ask for vst window size before creation; cleanup vst code | 7 years ago | 
				
					
						|  falkTX | d21c37ee64 | Restart plugin bridges when re-activated, using last saved state | 7 years ago | 
				
					
						|  falkTX | 7766b18713 | Add a few more env vars to wine | 7 years ago | 
				
					
						|  falkTX | 21ab90f631 | Add backwards-compat for loading projects with GIG files Loads linuxsampler lv2 plugin
Closes #680 | 7 years ago | 
				
					
						|  falkTX | 8383b114e8 | Handle (ignore) arbitrary number of audio ports in rack mode | 7 years ago | 
				
					
						|  falkTX | bf60778ad9 | Use double-precision for time tick; Force bridge build without osc | 7 years ago | 
				
					
						|  falkTX | 215626ab4e | Add "64" suffix to wine command when dealing with 64bit binaries | 7 years ago | 
				
					
						|  falkTX | 6a986c0630 | Fully remove gig and LS stuff; Cleanup | 7 years ago | 
				
					
						|  falkTX | 1286793a53 | Start getting rid of linuxsampler | 7 years ago | 
				
					
						|  falkTX | 31304048c1 | Make sfzero use ad lib instead of water for file reading | 7 years ago | 
				
					
						|  falkTX | de564b56ea | Forgot to commit the important file :) | 7 years ago | 
				
					
						|  falkTX | 56c05b4952 | SFZero stuff working, only final details needed now | 7 years ago | 
				
					
						|  falkTX | 8aa5781d6e | More aggressive hacks around linuxsampler | 7 years ago | 
				
					
						|  falkTX | aab1e828fa | Forgot to apply lv2-state-restore on plugin bridges, now fixed | 7 years ago |