|  falkTX | 9a68a49849 | Big push to get transport working correctly. Seems quite nice now | 7 years ago | 
				
					
						|  falkTX | e1004744cb | Add valgrind script, found and fix 1 leak already | 7 years ago | 
				
					
						|  falkTX | 04dbc3fbee | Nicer printing on out of bounds midi event time | 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 | 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 | 8383b114e8 | Handle (ignore) arbitrary number of audio ports in rack mode | 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 | e555896dc5 | internal plugins: only cache event count inputs, fixes regression | 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 | 51c6bc346a | Fixup carla-patchbay/graph to work with variable buffer sizes | 7 years ago | 
				
					
						|  falkTX | b054dd0c12 | Fix small issues regarding program state (crash-fix some plugins) | 7 years ago | 
				
					
						|  falkTX | 8f5de5e0fe | Disable try-transient code in plugin bridges | 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 | 8f9cbd8de4 | Allow to disable forced stereo on internal and lv2 if already on Fixes #552 | 7 years ago | 
				
					
						|  falkTX | 518f2557a1 | Continue splitting of carla-plugin LV2 code | 7 years ago | 
				
					
						|  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 | aff83aca09 | Remove juce_audio_basics and adapt code for it | 8 years ago | 
				
					
						|  falkTX | 4dedc0c657 | Run juce messages on linux host thread; Update juce icon; Cleanup | 8 years ago | 
				
					
						|  falkTX | 278fa54666 | Fix default options for plugins with midi input | 8 years ago | 
				
					
						|  falkTX | a948461885 | Don't allow to unset force-stereo if set in engine; Cleanup | 8 years ago | 
				
					
						|  falkTX | aa92833b0a | Cleanup default options for all plugin types | 8 years ago | 
				
					
						|  falkTX | 5991c38360 | Make MIDI CC events apply in log scale if needed This helps #387, but rule is defined by the plugin.
Later on the user must be able to choose the scale mode
(among other things) | 9 years ago | 
				
					
						|  falkTX | 0286271dc8 | Allow the same midi-cc in multiple parameters for the same plugin Closes #345 | 9 years ago | 
				
					
						|  falkTX | df6fd36c1b | Cleanup to LinkedList class, always pass fallback Fixes #367 | 9 years ago | 
				
					
						|  falkTX | b6a6d8799a | Update juce (needs full rebuild) | 9 years ago | 
				
					
						|  falkTX | 1913b83f09 | Prepare code to restore per-plugin options from project file | 9 years ago | 
				
					
						|  falkTX | a4103c8be1 | Avoid small assertion when renaming internal plugins | 9 years ago | 
				
					
						|  falkTX | 61eff515a0 | Cache bufsize/srate on native plugins, prevents callbacks on init | 10 years ago | 
				
					
						|  falkTX | 52b7862ab4 | Continue previous commit | 10 years ago | 
				
					
						|  falkTX | 8de9234e04 | Make things build again | 10 years ago | 
				
					
						|  falkTX | ce8c1ffe07 | More LinkedList changes; Update code to use "old" version | 10 years ago | 
				
					
						|  falkTX | 3ddfdb3ba0 | Implement carla-lv2 MIDI Out; Remove text-params from internal api Closes #262 | 10 years ago | 
				
					
						|  falkTX | 3613bcdcc0 | ZynUI working again (local only); Misc fixes | 10 years ago | 
				
					
						|  falkTX | 10a0fb5a7a | Add support for internal plugins with more than 1 midi input | 10 years ago | 
				
					
						|  falkTX | b02fc22d70 | Fixes needed for upcoming carla-control | 10 years ago | 
				
					
						|  falkTX | e6dc9c7310 | Implement "Send Bank/Program Changes" for internal plugins | 10 years ago | 
				
					
						|  falkTX | 54ecb70734 | Only map program changes by default if the plugin is a synth | 10 years ago | 
				
					
						|  falkTX | b0035be5c9 | Don't call engine->idle if engine is plugin; Give plugin hosts idle | 10 years ago | 
				
					
						|  falkTX | d670f5d1d8 | Don't allow multi-midi-port plugins in patchbay for now; Cleanup | 10 years ago | 
				
					
						|  falkTX | a45684f6e4 | Misc fixes to internal plugins midi handling | 10 years ago | 
				
					
						|  falkTX | 4795b63f34 | Rename some files, allow presets on plugin skins (needs rebuild) | 10 years ago | 
				
					
						|  falkTX | b7e7960855 | Don't link the full plugin code in carla-utils; Misc plugin changes | 10 years ago | 
				
					
						|  falkTX | 7930282f0c | Misc | 10 years ago |