b6e9f9cb43 
								
							
								 
							
						 
						
							
							
								
								add modules bsp.Bias and bsp.Rescaler  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0566d49cf0 
								
							
								 
							
						 
						
							
							
								
								fix "Save as" and "Revert" keyboard shortcuts  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da0c4b0854 
								
							
								 
							
						 
						
							
							
								
								add fixDenorm global setting (settings.json + Toolbar)  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19007a222e 
								
							
								 
							
						 
						
							
							
								
								remove debug output  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								849f0f95d5 
								
							
								 
							
						 
						
							
							
								
								update patches  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								073b54d039 
								
							
								 
							
						 
						
							
							
								
								support channel aftertouch  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d441a42d7 
								
							
								 
							
						 
						
							
							
								
								update README  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b2471fd34 
								
							
								 
							
						 
						
							
							
								
								update patches  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54ed9c8aa2 
								
							
								 
							
						 
						
							
							
								
								fix out of bounds memory read in Bidoo.REI pitchshifter (randomly caused loud noise bursts after patch loading)  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0135b09423 
								
							
								 
							
						 
						
							
							
								
								remove debug output  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5cad5087b8 
								
							
								 
							
						 
						
							
							
								
								use x86intrin.h include in GCC / clang builds  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ffab729529 
								
							
								 
							
						 
						
							
							
								
								REI: fix noise burst after patch load  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b1645e5bd 
								
							
								 
							
						 
						
							
							
								
								March 2019 modules update (add missing Skylights modules)  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f41a95d1e7 
								
							
								 
							
						 
						
							
							
								
								March 2019 modules update  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f8e7b21248 
								
							
								 
							
						 
						
							
							
								
								March 2019 modules update  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f121ed49e 
								
							
								 
							
						 
						
							
							
								
								update cf modules to v0.6.7  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4898ff3ec 
								
							
								 
							
						 
						
							
							
								
								fix resize crash / add LGLW_CONTEXT_ALLOW_USE_AFTER_FREE build option  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a88e91a8d4 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #19  from cameronleger/v0.6-linux-lglw  
							
							Fix Window Resizing issues, remove LGLW logging by default 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ecb9d82ecc 
								
							
								 
							
						 
						
							
							
								
								Fix Window Resizing issues, remove LGLW logging by default  
							
							Creating/Destroying GL Context is refactored into local functions
Create/Destroy GL Context when resizing Window
Resize child *after* parent
Resize hidden window
There were two issues with resizing:
First, the view was not properly resized as the GL Context always keeps its initial size. Now, the hidden window is resized, the GL Context is recreated, then the actual window is resized
Second, for some reason when resizing the Child, the Parent Window's total size would update, but not the Window itself. This led to the delta math being wrong as it applied to the new size instead of its old size. Now, the Parent is resized first, then the Child 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b841419dce 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #18  from x42/patch-1  
							
							Implement Vst Version Callback 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								67e9a44342 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Implement Vst Version  
							
							Some hosts check the VST-standard version of plugins.
This fixes MIDI Ports, which are only available in VST 2.x, for some hosts (Ardour 5.x in particular) 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f5576f92e 
								
							
								 
							
						 
						
							
							
								
								update readme  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1eac63a3f5 
								
							
								 
							
						 
						
							
							
								
								set default CPU_ARCH to -msse2  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b2860f1bb7 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd68f9d96d 
								
							
								 
							
						 
						
							
							
								
								update readme  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ab61d12aa 
								
							
								 
							
						 
						
							
							
								
								disable instrument idle detection by default  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c1001662b 
								
							
								 
							
						 
						
							
							
								
								fix SubmarineFree.WK101 build error  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								25efcb8ccd 
								
							
								 
							
						 
						
							
							
								
								update SubmarineFree modules to v0.6.8  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b40525c7cb 
								
							
								 
							
						 
						
							
							
								
								change reset values (ADSR)  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d6a73ae1a 
								
							
								 
							
						 
						
							
							
								
								re-add Sway.svg  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8072f29a4a 
								
							
								 
							
						 
						
							
							
								
								remove sway.svg  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								add29f2123 
								
							
								 
							
						 
						
							
							
								
								re-add Sway.svg  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d30dcb0043 
								
							
								 
							
						 
						
							
							
								
								delete lowercase sway.svg  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1a4dfd2e5 
								
							
								 
							
						 
						
							
							
								
								screenshot  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5654c1581d 
								
							
								 
							
						 
						
							
							
								
								fix FBOs in dynamically loaded modules  
							
							(thanks, Cameron!) 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								149eb47fe4 
								
							
								 
							
						 
						
							
							
								
								add "fbo_shared" config option (true=use FBOs in dynamically loaded modules)  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e60e936f9 
								
							
								 
							
						 
						
							
							
								
								update SquinkyLabs modules to v0.6.9  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e7392d5655 
								
							
								 
							
						 
						
							
							
								
								add AudibleInstruments.Marbles/Plaits/Stages  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19edd3c924 
								
							
								 
							
						 
						
							
							
								
								add dBiz module screenshot  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c10b98231 
								
							
								 
							
						 
						
							
							
								
								update dBiz modules (fixes UI issues)  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b6719a2fb8 
								
							
								 
							
						 
						
							
							
								
								remove debug output  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff9a8952be 
								
							
								 
							
						 
						
							
							
								
								unbind before rebind  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a397517ed7 
								
							
								 
							
						 
						
							
							
								
								Linux: add lglw LOG_FXN; enable USE_BEGIN_REDRAW_FXN  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29a0d43b56 
								
							
								 
							
						 
						
							
							
								
								add USE_BEGIN_REDRAW_FXN build option (disabled by default, see setenv_linux.sh)  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4349c31e2b 
								
							
								 
							
						 
						
							
							
								
								add USE_XEVENTPROC; add lglw_glcontext_rebind() (experimental)  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								633385a5ed 
								
							
								 
							
						 
						
							
							
								
								revert host fps fallback  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								bb811b1cec 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #17  from cameronleger/v0.6-linux-lglw  
							
							Fix Host FPS redraw bug 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								515a9ae6a4 
								
							
								 
							
						 
						
							
							
								
								Linux: fix host fps setting (=> 30fps)  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c84c83e83 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'bsp2/v0.6' into v0.6-linux-lglw  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								945c6d2f36 
								
							
								 
							
						 
						
							
							
								
								Fix Host FPS redraw bug  
							
							
								
							
							
						 
						7 years ago