ae19e33774 
								
							
								 
							
						 
						
							
							
								
								Make PortInfo a virtual class.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef89a96c87 
								
							
								 
							
						 
						
							
							
								
								Change ParamQuantity/PortInfo label to name.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31888de1c5 
								
							
								 
							
						 
						
							
							
								
								Audio Interface: Sum input channels. Clamp values before sending to audio device.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a462fadc5 
								
							
								 
							
						 
						
							
							
								
								Add "Connected to" to PortTooltip.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c9afbec7a 
								
							
								 
							
						 
						
							
							
								
								Fix template cable IDs.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								14d9a8ea82 
								
							
								 
							
						 
						
							
							
								
								Add module whitelist to settings and Module Browser.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6907d53a25 
								
							
								 
							
						 
						
							
							
								
								Remove real-time menu item and setting.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								047e799554 
								
							
								 
							
						 
						
							
							
								
								Add math::Rect::getLeft/Top().  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbb61d28d7 
								
							
								 
							
						 
						
							
							
								
								Update versions.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								20a875ff10 
								
							
								 
							
						 
						
							
							
								
								Allow random::init() to be called when already initialized.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b24182542 
								
							
								 
							
						 
						
							
							
								
								Allow audio interfaces with no input to be used. Fix sample rate conversion.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f8718fcbf 
								
							
								 
							
						 
						
							
							
								
								Add WIP sample rate conversion to AudioInterface.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc37821240 
								
							
								 
							
						 
						
							
							
								
								Basic functionality for multiple Audio modules.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90e70060c3 
								
							
								 
							
						 
						
							
							
								
								Add manualUrl to plugin::Model.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9dd0d1676 
								
							
								 
							
						 
						
							
							
								
								Add port labels to Core. Fix serialization of Blank and Notes.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0dbce1683d 
								
							
								 
							
						 
						
							
							
								
								Work on PortTooltips.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ccb4fe41ec 
								
							
								 
							
						 
						
							
							
								
								Add ParamWidget::appendContextMenu(). Fix helper.hpp member field setting.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99b17727ab 
								
							
								 
							
						 
						
							
							
								
								WIP:  
							
							- Make ParamWidget hold module/paramId instead of paramQuantity.
- Add configInput/configOutput.
- Add engine::PortInfo.
- Avoid calling particular events when cursor is locked.
- Add PortTooltip. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4936df2c0b 
								
							
								 
							
						 
						
							
							
								
								Move ParamWidget/Knob/Switch properties to ParamQuantity. Fix static linking on Linux.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4b6056ded 
								
							
								 
							
						 
						
							
							
								
								Massive WIP v2 overhaul:  
							
							- Add Engine::fromJson which can be called without the GUI at all.
- Make RackWidget::fromJson attach itself to existing Engine state. However, once attached, they own their Engine objects (Module, Cable).
- Remove Engine thread. Now Engine must be stepped by other threads, such as the audio thread. This is fantastic because there is no longer a mutex lock every audio buffer.
	- Add concept of the "primary module", which is allowed to call Engine::step().
- Add many Module events. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98d60dac24 
								
							
								 
							
						 
						
							
							
								
								Add issue template config.  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								476a49b33b 
								
							
								 
							
						 
						
							
							
								
								Set blendish font as soon as the font is loaded, in addition to at the beginning of each frame.  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a789af954 
								
							
								 
							
						 
						
							
							
								
								Convert special characters and spaces to underscore in helper script.  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f5bff5a3a 
								
							
								 
							
						 
						
							
							
								
								Add _WIN32_WINNT version.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7f2678f82 
								
							
								 
							
						 
						
							
							
								
								Remove ModelBox::deletePreview().  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1add965db4 
								
							
								 
							
						 
						
							
							
								
								Decrease default screen refresh rate on Macs.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fdad2faa8 
								
							
								 
							
						 
						
							
							
								
								Remove ModelBox preview timeout.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b32830f606 
								
							
								 
							
						 
						
							
							
								
								Switch to dev version  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c8de0aea59 
								
							
								 
							
						 
						
							
							
								
								Include unused static symbols on Mac.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26bda06eb7 
								
							
								 
							
						 
						
							
							
								
								Move slug normalization from getPlugin or getModel functions to fromJson functions.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a419381f71 
								
							
								 
							
						 
						
							
							
								
								Parse -p flag as if it's a valid flag, in order to ignore -psn_... nonsense with Mac app translocation.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01e5e0301d 
								
							
								 
							
						 
						
							
							
								
								Bump version.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3968724ba5 
								
							
								 
							
						 
						
							
							
								
								Update changelog  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c5f3f4517 
								
							
								 
							
						 
						
							
							
								
								Fix random::uniform() to not return 1.f.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a7fc2c67e3 
								
							
								 
							
						 
						
							
							
								
								Add text editing in NoteChoice of MIDI-Gate and CC-Gate.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3790d1da0d 
								
							
								 
							
						 
						
							
							
								
								Use zlib types for string::compress/uncompress implementation.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba056f6d6a 
								
							
								 
							
						 
						
							
							
								
								Update documentation for string::.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c53fbebd97 
								
							
								 
							
						 
						
							
							
								
								string namespace: Change base64 functions. Add compress/uncompress.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f2d6a3db7 
								
							
								 
							
						 
						
							
							
								
								Revert "Add json.hpp."  
							
							This reverts commit a007a41b0d 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a007a41b0d 
								
							
								 
							
						 
						
							
							
								
								Add json.hpp.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								14f7297243 
								
							
								 
							
						 
						
							
							
								
								Add changelog entries.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								584c37889f 
								
							
								 
							
						 
						
							
							
								
								Add ability for plugins to use LuaJIT.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a930b0ba0 
								
							
								 
							
						 
						
							
							
								
								Add IIRFilter.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89f14d5699 
								
							
								 
							
						 
						
							
							
								
								Clarify graphics licenses.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3cd9c13a65 
								
							
								 
							
						 
						
							
							
								
								Remove quotes from SLUG and VERSION in plugin Makefile, but add them back when used in paths.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								95ddb89d07 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Add inline to log2  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47b79954d2 
								
							
								 
							
						 
						
							
							
								
								Replace generic log2 with int.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72abbf8acd 
								
							
								 
							
						 
						
							
							
								
								Enable proxy in curl build.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								043401c3fc 
								
							
								 
							
						 
						
							
							
								
								Add `EXTRA_FLAGS`, `EXTRA_CFLAGS`, `EXTRA_CXXFLAGS`, `EXTRA_LDFLAGS` to build system.  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								798d01d240 
								
							
								 
							
						 
						
							
							
								
								Add system::getEntriesRecursive().  
							
							
								
							
							
						 
						6 years ago