|  Andrew Belt | fab9effbeb | Fix rtmidi build and linker flag on Windows | 8 years ago | 
				
					
						|  Andrew Belt | aeedc29c5d | Fix Mac rtaudio dylib in bundle, properly load plugin after downloading | 8 years ago | 
				
					
						|  Andrew Belt | aa133088cd | Create plugins/ directory on startup | 8 years ago | 
				
					
						|  Andrew Belt | ea47c91571 | Render nanovg gui even if minimized | 8 years ago | 
				
					
						|  Andrew Belt | f6d9f6e8d9 | Fix download URL | 8 years ago | 
				
					
						|  Andrew Belt | dc28f90994 | Construct download URL instead of retreiving it from server (API will change) | 8 years ago | 
				
					
						|  Andrew Belt | 4734fa81cd | Added minblep.cpp | 8 years ago | 
				
					
						|  Andrew Belt | ed6916d3e5 | Remove dsp.hpp. Plugins must now #include the specific dsp/ header file they need | 8 years ago | 
				
					
						|  Andrew Belt | bdcbe508db | Append .vcv to files that are saved with no extension | 8 years ago | 
				
					
						|  Andrew Belt | b9e87b2c44 | Added error report when loading a patch with incompatibilities | 8 years ago | 
				
					
						|  Andrew Belt | 1590085520 | Check for glfw success | 8 years ago | 
				
					
						|  Andrew Belt | d4b53655ca | Merge branch 'bontric-2017-10-bontric-midi-interface-revamp' | 8 years ago | 
				
					
						|  Andrew Belt | a80b05a440 | Various tweaks and fixes | 8 years ago | 
				
					
						|  ben | 0fbf48d9eb | Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp | 8 years ago | 
				
					
						|  Andrew Belt | aa2988c09d | Add toggle button for plug light, use title caps for all text | 8 years ago | 
				
					
						|  ben | 7584f2596e | Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp | 8 years ago | 
				
					
						|  ben | 650d0e4aed | add reset Midi on channel switch | 8 years ago | 
				
					
						|  ben | 83ad9e7559 | remove additional lights from midi module | 8 years ago | 
				
					
						|  Andrew Belt | 1d40677870 | Disallow input port from Ctrl+dragging to create a new cable | 8 years ago | 
				
					
						|  Andrew Belt | a599b33e0f | Disallow input port from Ctrl+dragging to create a new cable | 8 years ago | 
				
					
						|  Andrew Belt | 2c69f2f561 | Tweaked and enabled plug LED | 8 years ago | 
				
					
						|  Andrew Belt | 03795e3d91 | Added momentary randomize() disable on ParamWidget | 8 years ago | 
				
					
						|  Andrew Belt | 39439bfeab | MidiInterface cleanup | 8 years ago | 
				
					
						|  Andrew Belt | 9c1e60aad0 | Merge branch 'bontric-2017-10-bontric-midi-interface-revamp' | 8 years ago | 
				
					
						|  ben | 38f7c22b00 | formatting | 8 years ago | 
				
					
						|  ben | b421dd8471 | fix initialisation | 8 years ago | 
				
					
						|  ben | b49ce24694 | Implement onTextChange and set ccNum to -1 for invalid input | 8 years ago | 
				
					
						|  ben | 85fb2c66c1 | Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp | 8 years ago | 
				
					
						|  Andrew Belt | e9cddb105b | Add onTextChange() to TextField | 8 years ago | 
				
					
						|  ben | 5e16c84720 | Add another check for invalid input (std::stoi ignores subsequent symbols) | 8 years ago | 
				
					
						|  ben | adec9fa265 | Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp | 8 years ago | 
				
					
						|  ben | 2515311aad | Clean up code for TextField | 8 years ago | 
				
					
						|  Andrew Belt | 18eb87ae40 | Add BlankWidget to Core, refactor ModuleWidget | 8 years ago | 
				
					
						|  ben | 8b484e8772 | polish cc-to-cv module | 8 years ago | 
				
					
						|  ben | 8fa51f8ceb | add reset button to Midi-to-CV module | 8 years ago | 
				
					
						|  ben | b24ebf9fc8 | Fix Wrong text on midi device selector if no device is selected and add missing function declaration | 8 years ago | 
				
					
						|  ben | 0314a723df | Add resetMidi function to MidiIO and implement for Midi Modules | 8 years ago | 
				
					
						|  Andrew Belt | f8f478ad4c | Add Bridge template | 8 years ago | 
				
					
						|  ben | 6969a98718 | Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp | 8 years ago | 
				
					
						|  ben | f633de164a | Use TextField for channel selection (this is still a bit hacky) | 8 years ago | 
				
					
						|  ben | 1e395ae27c | polish MIDI-to-CV and add label to selector | 8 years ago | 
				
					
						|  Andrew Belt | ed90da923c | Use Ctrl/Cmd+Drag on an output to create a new cable | 8 years ago | 
				
					
						|  Andrew Belt | 84e7c9dcd7 | Completely random guess for fixing build on MacOS | 8 years ago | 
				
					
						|  ben | d0c8521458 | Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp | 8 years ago | 
				
					
						|  Andrew Belt | e6d56d8dd9 | Scroll ScrollWidget with arrow keys on when nothing is focused | 8 years ago | 
				
					
						|  ben | 98bfa08911 | Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp | 8 years ago | 
				
					
						|  Andrew Belt | 2cbe7c39a7 | Set gFocusedWidget only if Widget::onFocus() returns true, make ModuleWidget respond to Backspace/Delete only if no widget is focused | 8 years ago | 
				
					
						|  Andrew Belt | 98c6df1932 | Merge branch 'master' of github.com:VCVRack/Rack | 8 years ago | 
				
					
						|  Andrew Belt | 8cf8e402b1 | Define VERSION_*, so running `make VERSION=0.4.0` for example defines the macro VERSION_0_4_0 | 8 years ago | 
				
					
						|  ben | a3f20394df | Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp | 8 years ago |