| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										app
									
								
							
						
					 | 
				
				
					
						Make PlugWidget a child of PlugContainer instead of a child of CableWidget.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										dsp
									
								
							
						
					 | 
				
				
					
						Tweak doc comments and changelog.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										engine
									
								
							
						
					 | 
				
				
					
						Tweak doc comments and changelog.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										plugin
									
								
							
						
					 | 
				
				
					
						Load plugin manifest before loading plugin library.
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										simd
									
								
							
						
					 | 
				
				
					
						Define ARCH_* macros in arch.hpp instead of on the command line.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										ui
									
								
							
						
					 | 
				
				
					
						Add "Create cable on top" item to port menu. Tweak menu labels.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										widget
									
								
							
						
					 | 
				
				
					
						Add wiget::getKeyCommandName() and getKeyName(). Use it instead of hard-coding key command strings.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										window
									
								
							
						
					 | 
				
				
					
						Remove Window::activateContext().
					
				 | 
				2 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								Quantity.hpp
							
						
					 | 
				
				
					
						Move Svg to window:: namespace.
					
				 | 
				4 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								arch.hpp
							
						
					 | 
				
				
					
						Define ARCH_* macros in arch.hpp instead of on the command line.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								asset.hpp
							
						
					 | 
				
				
					
						After moving user dir, update recent patches inside old user dir to new dir.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								audio.hpp
							
						
					 | 
				
				
					
						Revise doc comments for audio::Device methods.
					
				 | 
				2 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								color.hpp
							
						
					 | 
				
				
					
						Improve color:: doc comments.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								common.hpp
							
						
					 | 
				
				
					
						Define ARCH_* macros in arch.hpp instead of on the command line.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								componentlibrary.hpp
							
						
					 | 
				
				
					
						Remove incomplete VCVSliderHorizontal and VCVLightSliderHorizontal components.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								context.hpp
							
						
					 | 
				
				
					
						Add MIDI "Loopback" driver.
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								gamepad.hpp
							
						
					 | 
				
				
					
						Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use.
					
				 | 
				4 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								helpers.hpp
							
						
					 | 
				
				
					
						Make createIndexSubmenuItem() implementation simpler by calling createCheckMenuItem().
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								history.hpp
							
						
					 | 
				
				
					
						Add menu item to port menu to set color of cables.
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								keyboard.hpp
							
						
					 | 
				
				
					
						Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use.
					
				 | 
				4 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								library.hpp
							
						
					 | 
				
				
					
						Add "minRackVersion" plugin manifest property. Don't download plugin update if Rack version is lower than the plugin's minRackVersion.
					
				 | 
				2 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								logger.hpp
							
						
					 | 
				
				
					
						If log file cannot be written, show error dialog and exit. On Mac, explain how to enable Document Folder permission and open System Settings before exit.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								math.hpp
							
						
					 | 
				
				
					
						Add Rect::getWidth() and getHeight().
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								midi.hpp
							
						
					 | 
				
				
					
						Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use.
					
				 | 
				4 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								midiloopback.hpp
							
						
					 | 
				
				
					
						Use 16 MIDI loopback devices instead of 1.
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mutex.hpp
							
						
					 | 
				
				
					
						Fix warning when NDEBUG macro is enabled.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								network.hpp
							
						
					 | 
				
				
					
						Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use.
					
				 | 
				4 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								patch.hpp
							
						
					 | 
				
				
					
						If loaded patch contains unavailable modules, after informing user, don't close Rack. Instead, load patch anyway.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								plugin.hpp
							
						
					 | 
				
				
					
						Add settingsToJson() and settingsFromJson() to root namespace plugin API, allowing plugins to store plugin-wide user settings.
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rack.hpp
							
						
					 | 
				
				
					
						Include plugin.hpp in rack.hpp.
					
				 | 
				2 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rack0.hpp
							
						
					 | 
				
				
					
						Auto-format code with astyle.
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								random.hpp
							
						
					 | 
				
				
					
						Make simple random state global instead of thread-local.
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtaudio.hpp
							
						
					 | 
				
				
					
						If Microphone permission is blocked on Mac, show error dialog with instructions to give permission.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtmidi.hpp
							
						
					 | 
				
				
					
						Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use.
					
				 | 
				4 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								settings.hpp
							
						
					 | 
				
				
					
						Add "View > Mouse wheel" setting to make mouse wheel zoom instead of scroll.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								string.hpp
							
						
					 | 
				
				
					
						Add string::Version::getMajor(), getMinor(), and getRevision().
					
				 | 
				2 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								system.hpp
							
						
					 | 
				
				
					
						Remove system::glob(). Use regex to find Fundamental package path in plugin::init().
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								tag.hpp
							
						
					 | 
				
				
					
						Adjust formatting of namespace docs.
					
				 | 
				4 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								weakptr.hpp
							
						
					 | 
				
				
					
						Adjust formatting of namespace docs.
					
				 | 
				4 years ago |