962f94837d 
								
							
								 
							
						 
						
							
							
								
								Accessibility:  Update button labels in AccessibilityDemo to silence Accessibility Inspector audit warnings  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63f2a7c30c 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ab0c9812a 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								00aeb89df8 
								
							
								 
							
						 
						
							
							
								
								Accessibility:  Add Android Studio and iOS exporters to AccessibilityDemo  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff935c5103 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3c68581567 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Use jassertquiet where possible  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d394c770c9 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f38f721794 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								551d7b9c5b 
								
							
								 
							
						 
						
							
							
								
								Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options  
							
							- Add AlertWindow::show() and showAsync() methods that take a MessageBoxOptions argument
  - Add NativeMessageBox::show() and showAsync() methods that take a MessageBoxOptions argument
  - Update the DialogsDemo to demonstrate the new methods
  - Deprecate AlertWindow::showNativeDialogBox() in favour of the NativeMessageBox methods
  - Pass button strings specified in MesssageBoxOptions to native dialog boxes correctly
  - Use modern TaskDialog on Windows for the native dialog box where available 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3c5f09243a 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								REAPER Demo:  Check opcode index before running embedded UI commands  
							
							The comment at the top of reaper_plugin_fx_embed.h specifies that the
'index' parameter for the embedded UI feature will always be set to
effEditDraw. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6ed8065f70 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								CMake:  Support automatic linking of bundled libraries in modules  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe4ba9071b 
								
							
								 
							
						 
						
							
							
								
								Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0  
							
							See BREAKING-CHANGES.txt for more details. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1f855ae6d 
								
							
								 
							
						 
						
							
							
								
								Fix a compiler warning in ReaperEmbeddedViewDemo  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a8b059e644 
								
							
								 
							
						 
						
							
							
								
								Silence some more compiler warnings in third party headers  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3b279d0e8 
								
							
								 
							
						 
						
							
							
								
								Silence some compiler warnings in third party headers  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f3c65c4cb3 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								DSPModulePluginDemo:  Fix crash in Live due to selecting unsupported bus layout  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								22d935ad3e 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								dsp::IIRFilter:  Allow computing filter coefficients without allocating  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3f9e5b4ea0 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Demos:  Provide a default program name  
							
							This prevents test failures in the Steinberg VST3 validator. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								72738ccc64 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Demos:  Fix AudioPluginDemo Steinberg VST3 Validator failure when disabling buses  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7020495a4e 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Demos:  Avoid assertion in REAPER embedding demo  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b41b80ed7c 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1f75dc5cc 
								
							
								 
							
						 
						
							
							
								
								AccessibilityDemo:  Custom navigation holder  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ffd2b122e9 
								
							
								 
							
						 
						
							
							
								
								Fixed audio effect selector label visibility in DSPModulePluginDemo  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61619ec0d5 
								
							
								 
							
						 
						
							
							
								
								SamplerPluginDemo:  Use both velocity and pressure to control note volumes  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								37eb70d676 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef5f2729f1 
								
							
								 
							
						 
						
							
							
								
								AccessibilityDemo:  Set NavigableComponent as a focus container  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35d6b4fa6d 
								
							
								 
							
						 
						
							
							
								
								Accessibility Demo:  Fixed a bug causing the custom widget actions to always be enabled  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								bfb521b610 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								AudioProcessorEditor:  Allow showing a host-provided parameter menu in VST3 plugins  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4b0b245b55 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Add new ReaperEmbeddedViewPluginDemo example  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c0f18670f4 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								399dcd9cc7 
								
							
								 
							
						 
						
							
							
								
								Revert "DemoRunner:  Removed unused define"  
							
							This reverts commit 271e66fbed 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								430ffd4b96 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ff4123189 
								
							
								 
							
						 
						
							
							
								
								DemoRunner:  Added AccessibilityDemo to demos list  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d05cbc29dd 
								
							
								 
							
						 
						
							
							
								
								Accessibility:  Added AccessibilityDemo to GUI examples  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								271e66fbed 
								
							
								 
							
						 
						
							
							
								
								DemoRunner:  Removed unused define  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								31a7c62baf 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Windows:  Fix and suppress some analysis warnings  
							
							This fixes warnings that are emitted when building with the `-analyze`
flag enabled. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								54423f6583 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								OpenGL:  Add GLEW-inspired dynamic function loading  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99d122e4fb 
								
							
								 
							
						 
						
							
							
								
								DemoRunner:  Don't select demos ListBox row if it has been dismissed  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								185b1b324b 
								
							
								 
							
						 
						
							
							
								
								Added a nested PopupMenu example to WidgetsDemo  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								88313c26b6 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Resave all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								06544850fb 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								BLOCKS:  Remove juce_blocks_basics module  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e5509f401 
								
							
								 
							
						 
						
							
							
								
								Use global ApplicationCommandManager in KeyMappingsDemo and MenusDemo when running in DemoRunner  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dda48ebec3 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bfdda737a2 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Removed the live build  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc4a9c5e40 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f28acdb48c 
								
							
								 
							
						 
						
							
							
								
								Examples/DemoRunner:  Accessibility updates  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e82569c24 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3248a5f66 
								
							
								 
							
						 
						
							
							
								
								Re-saved all projects  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70250dd0c1 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Added on option to select the macOS application category  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a3e421a36b 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								MIDILogger:  Enable MIDI FX mode  
							
							
								
							
							
						 
						4 years ago