|  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 | 
				
					
						|  falkTX | 710f69148a | Fix carla as plugin not receiving midi input (regression) Triggered by 8b1fd1f537Closes #655 | 7 years ago | 
				
					
						|  falkTX | 4bc59c2d43 | Fix a typo | 7 years ago | 
				
					
						|  falkTX | 8ca05951dc | Avoid a false assertion | 7 years ago | 
				
					
						|  falkTX | e555896dc5 | internal plugins: only cache event count inputs, fixes regression | 7 years ago | 
				
					
						|  falkTX | f083a990a4 | Save LV2 author name in exported LV2 plugin Fixes #653 | 7 years ago | 
				
					
						|  falkTX | 8b1fd1f537 | Properly handle internal plugins with multi MIDI inputs Fixes #635 | 7 years ago | 
				
					
						|  falkTX | 7f8e36f72b | Better error message for input timing errors | 7 years ago | 
				
					
						|  falkTX | 20b8518a86 | More debugging when loading parameters fail | 7 years ago | 
				
					
						|  falkTX | 378e90e7d2 | Avoid a false assertion error | 7 years ago | 
				
					
						|  falkTX | 9cd03be62b | Fix crash under debug mode when adding jack apps | 7 years ago | 
				
					
						|  falkTX | c62bfbc43a | Implement LV2 UI port notifications to feedback messages to UI | 7 years ago | 
				
					
						|  falkTX | 086bfcc011 | Fix lv2 plugins as bridges not showing bridged custom UI | 7 years ago | 
				
					
						|  falkTX | 04da5c56d9 | Print warning if LV2 plugin wants wrong keys, and try to avoid this | 7 years ago | 
				
					
						|  falkTX | c8a65dc0d4 | Dont prefer UI bridges on bridged LV2 plugins Double-bridge is not nice | 7 years ago | 
				
					
						|  falkTX | 8aa84234c7 | Avoid assertion if LV2 UI widget is null | 7 years ago | 
				
					
						|  falkTX | 5cea728f41 | Fix bridges no longer loading (midi) programs | 7 years ago | 
				
					
						|  falkTX | 1b1a2b26c7 | Rename and move 2 functions | 7 years ago | 
				
					
						|  falkTX | 34376b2d8f | Remove a hardcoded custom-data key, ignore properties on bridges | 7 years ago | 
				
					
						|  falkTX | c29529b456 | Fix timing issues, please test | 7 years ago | 
				
					
						|  falkTX | 86a27bd68b | Misc fixes detected by static analyzer | 7 years ago | 
				
					
						|  falkTX | 51c6bc346a | Fixup carla-patchbay/graph to work with variable buffer sizes | 7 years ago | 
				
					
						|  falkTX | fac8af671d | Dont send midi notes to LV2 UIs, for now | 7 years ago | 
				
					
						|  falkTX | 7a6e711160 | Save custom data for plugin bridges Fixes #611 | 7 years ago | 
				
					
						|  falkTX | 3ef5f90b0d | Make ringbuffer write calls return bool | 7 years ago | 
				
					
						|  falkTX | bfe978f355 | Better handling for plugins that set 0-size state | 7 years ago | 
				
					
						|  falkTX | 85b1615b60 | Cleanup | 7 years ago | 
				
					
						|  falkTX | 9f30f00280 | Do not use/check kVstParameterUsesIntegerMinMax vst property | 7 years ago | 
				
					
						|  falkTX | b054dd0c12 | Fix small issues regarding program state (crash-fix some plugins) | 7 years ago | 
				
					
						|  falkTX | 074b1bcf19 | Fix linux build after latest changes | 7 years ago | 
				
					
						|  falkTX | 8f5de5e0fe | Disable try-transient code in plugin bridges | 7 years ago | 
				
					
						|  falkTX | ca5df4f151 | Implement transient windows (out of process) for win32 | 7 years ago | 
				
					
						|  falkTX | 69b804f649 | More stoat stuff, WIP, RtLinkedList gives trouble for it | 7 years ago | 
				
					
						|  falkTX | 7de5812912 | More rt/non-rt function split, catch unwanted uses | 7 years ago | 
				
					
						|  falkTX | c0c08e8898 | Start splitting RT and non-RT plugin functions | 7 years ago | 
				
					
						|  falkTX | 4d0619286d | Fix crash showing LV2 show-interface UIs Fixes #569 | 7 years ago | 
				
					
						|  falkTX | f188574545 | Small tweaks for a stoat test build | 7 years ago | 
				
					
						|  falkTX | 33b5afb9e3 | Don't build wine options under windows | 7 years ago | 
				
					
						|  falkTX | 8f9cbd8de4 | Allow to disable forced stereo on internal and lv2 if already on Fixes #552 | 7 years ago | 
				
					
						|  falkTX | 6d5a40daa3 | Allow to send midi program-changes directly into vst plugins Closes #244 | 7 years ago | 
				
					
						|  falkTX | d24e95d813 | Sync main and bridge UI code, all UIs resizable by default | 7 years ago | 
				
					
						|  falkTX | 9a0116fc6d | Load state of old win/osx VST2 plugins (before juce/water breakage) | 7 years ago | 
				
					
						|  falkTX | 01b50d2f0b | Implement parameter text for plugin bridges, cache last render | 7 years ago | 
				
					
						|  falkTX | a4c05a11cb | Fix crash loading bridged plugins with latency | 7 years ago |