|  falkTX | 4be883f0ca | Fix missing output ports in carla-plugin non-stereo versions Fixes #562 | 7 years ago | 
				
					
						|  falkTX | 518f2557a1 | Continue splitting of carla-plugin LV2 code | 7 years ago | 
				
					
						|  falkTX | c3097fb386 | Stop trying to write to pipes when previous op fails, other fixes | 7 years ago | 
				
					
						|  falkTX | 09fb3d6500 | Fix build on Mac OS and old non-c++11 compilers | 8 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 | f34bd6e135 | Add carla-rack no-midi-out mode as plugin | 8 years ago | 
				
					
						|  falkTX | 6743921cea | Re-add patchbay mode to backend | 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 | c4d5106563 | Remove a few more juce related code | 8 years ago | 
				
					
						|  falkTX | df1e2f12b1 | Start to get rid of Juce | 8 years ago | 
				
					
						|  falkTX | 9aed25df6c | Initial work for setting bpm value | 8 years ago | 
				
					
						|  falkTX | fc17ed616b | Use separate thread for carla-plugin juce events | 8 years ago | 
				
					
						|  falkTX | 4dedc0c657 | Run juce messages on linux host thread; Update juce icon; Cleanup | 8 years ago | 
				
					
						|  falkTX | e0052929f5 | Update Juce to v5.1.1, tweak Carla code as needed | 8 years ago | 
				
					
						|  falkTX | 5d9d17ad1b | Wait for carla-plugin LV2 to be ready, pass widget correctly Fixes high cpu usage with gtk2-suil hosts | 8 years ago | 
				
					
						|  falkTX | a6405a4fce | Continue transport work, link can now be enabled (untested) | 8 years ago | 
				
					
						|  falkTX | b10f6aadbf | Implement JACK timebase master; Cleanup | 8 years ago | 
				
					
						|  falkTX | d2538d34ac | Initial code for link support, WIP | 8 years ago | 
				
					
						|  falkTX | 45f7442179 | Implement basic tempo data for internal time (non-jack) | 8 years ago | 
				
					
						|  falkTX | ba20238243 | Fix small warning | 8 years ago | 
				
					
						|  falkTX | 6ba82f32ed | Rework pipe code, now working under win32; Enable pipe plugins Hopefully doesn't break linux/osx stuff... | 8 years ago | 
				
					
						|  falkTX | 7e6ed45fa4 | Fix crash (data corruption) when using certain UIs in carla-plugin Was a threading issue, uiIdle() being called from 2 threads.
Fixes #418
Fixes #227 | 8 years ago | 
				
					
						|  falkTX | a68cef0f86 | Cleanup latency code | 8 years ago | 
				
					
						|  falkTX | b210836e7b | Fix nitpick warnings; Fix carla-lv2 round-error timing | 8 years ago | 
				
					
						|  falkTX | 72b1a13df1 | Re-add tracktion vst fix. Use CARLA_TRACKTION_WORKAROUND env var | 9 years ago | 
				
					
						|  falkTX | b6a6d8799a | Update juce (needs full rebuild) | 9 years ago | 
				
					
						|  falkTX | 99070e3ec0 | carla-lv2: Don't set fixed-buffer requirement for now | 10 years ago | 
				
					
						|  falkTX | eef9ed7492 | Bypass MIDI events on carla-plugin when rack is empty | 10 years ago | 
				
					
						|  falkTX | 76fe6e806a | Fix several minor issues with carla-plugin, closes #280 | 10 years ago | 
				
					
						|  falkTX | 52b7862ab4 | Continue previous commit | 10 years ago | 
				
					
						|  falkTX | 8de9234e04 | Make things build again | 10 years ago | 
				
					
						|  falkTX | 3ddfdb3ba0 | Implement carla-lv2 MIDI Out; Remove text-params from internal api Closes #262 | 10 years ago | 
				
					
						|  falkTX | d9b781951c | carla-vst: Remove special tracktion fix, not needed with >= 6.1.5 | 10 years ago | 
				
					
						|  falkTX | 3613bcdcc0 | ZynUI working again (local only); Misc fixes | 10 years ago | 
				
					
						|  falkTX | a600570de0 | Testing | 10 years ago | 
				
					
						|  falkTX | 10a0fb5a7a | Add support for internal plugins with more than 1 midi input | 10 years ago | 
				
					
						|  falkTX | 35eed9ffc7 | Fix build without liblo | 10 years ago | 
				
					
						|  falkTX | d2303175a5 | Misc fixing | 10 years ago | 
				
					
						|  falkTX | 3bb7a8c9cd | Allow carla-plugin to use OSC | 10 years ago | 
				
					
						|  falkTX | 8470f8dead | Fix crash when removing carla-vst; Wait less time for ui close | 10 years ago | 
				
					
						|  falkTX | db82178048 | Allow carla-plugin to be used embed (X11 only); Other plugin fixes | 10 years ago | 
				
					
						|  falkTX | f2b16ce6dd | Only wait for vst ui creation if host is tracktion | 10 years ago | 
				
					
						|  falkTX | b0035be5c9 | Don't call engine->idle if engine is plugin; Give plugin hosts idle | 10 years ago | 
				
					
						|  falkTX | 68a05bf7bf | Make sure all UIs receive idle on carla-plugin and fix #215 | 10 years ago | 
				
					
						|  falkTX | 4018cdff82 | Cleanup and minor rework of some engine graph code | 10 years ago | 
				
					
						|  falkTX | 6501bf3f2f | Hide custom UIs when closing carla-plugin | 10 years ago | 
				
					
						|  falkTX | 083b56542d | Wait for X11 window to be created before returning from effEditOpen This fixes the issues in Tracktion and possibly #170 | 10 years ago |