543 Commits (478c1e1392f42554c49292fb113a164d5879324c)

Author SHA1 Message Date
  Andrew Belt 8b7b48f025 Add VirtualWidget, add SequentialLayout 7 years ago
  Andrew Belt cb0bd13fa2 Give MenuEntry default size 7 years ago
  Andrew Belt e197b45a35 Serialize ModuleBrowser favorites 7 years ago
  Andrew Belt 09388980a1 Add manufacturer item to ModuleBrowser, other ModuleBrowser 7 years ago
  Andrew Belt 676d50a11a Remove PulseAudio from default Linux rtaudio build, fix lastPath being overwritten when autosave is loaded, add List, replace AddModuleWindow with Sublime Text-like browser (partially complete) 7 years ago
  Andrew Belt b296355246 Merge ext with dep, add Rack-SDK zip file to dist 7 years ago
  Andrew Belt 454bf67d0e Add `smooth` variable for ParamWidgets 7 years ago
  Andrew Belt af9ba02402 Scissor text fields 7 years ago
  Andrew Belt b8c6c75c1b Add MIDITriggerToCVInterface skeleton 7 years ago
  Andrew Belt 27a34fc50c Swap input/output LEDs in Audio Interface 7 years ago
  Andrew Belt 8653610af1 Add MIDI-4 skeleton 7 years ago
  Andrew Belt 9be5332daf Added util/color.hpp, fixed LightWidget color algorithm, added Ctrl+U key command for "Disconnect cables", refactor audio.cpp/midi.cpp, add new Audio Interface panel 7 years ago
  Andrew Belt 020e169a25 Add grouping to AudioInterface 7 years ago
  Andrew Belt efdd34c949 Add partial MIDI CC Interface, MIDI CV fixes 7 years ago
  Andrew Belt 6186861c53 AudioInterface rework, Notes rework, partial MIDIToCVInterface rework 7 years ago
  Arnaud Estublier 8b4c3ae136 Adding RtAudio Flag so that it does not auto-connect with JACK 7 years ago
  Andrew Belt a6e86b5282 Allow separation from Module and ModuleWidget in Model subclass 7 years ago
  Andrew Belt 6dcf3e4b57 Use isfinite from C instead of std::isfinite from C++ 7 years ago
  Andrew Belt c21b65e31f Reset rack scroll offset when rack patch is cleared 7 years ago
  Andrew Belt b33a0875df Rename gui.hpp to window.hpp 7 years ago
  Andrew Belt 9f2a362c13 Divide widgets.hpp to widgets.hpp and ui.hpp 7 years ago
  Andrew Belt 0433b88b98 Change Port's createInput and createOutput to create 7 years ago
  Andrew Belt b93018c990 Add Widget::create static methods, replaces create*() helpers in 7 years ago
  Andrew Belt 67499624ee Add box shadow behind modules, tweak light fall times 7 years ago
  Andrew Belt 2f61378781 Rename randomf() to randomUniform() 7 years ago
  Andrew Belt 99b7618858 If key is consumed, RackScene should not attempt to recognize key 7 years ago
  Andrew Belt 41916e5281 Remove black cable 7 years ago
  Andrew Belt d335b14250 Rename near() to isNear() 7 years ago
  Andrew Belt 358386a57e Refactoring, remove "f" and "i" prefixes from math.hpp functions 7 years ago
  Andrew Belt 507dfca913 Added clock modulator tag 7 years ago
  Andrew Belt 1b0797952e Rename util.hpp to common.hpp, fix include paths 7 years ago
  Andrew Belt 9a6d110f6e Refactor util.hpp 7 years ago
  Andrew Belt c483779fb7 Refactor math.hpp 7 years ago
  Andrew Belt 7c2e8c6780 Rename randomSeedTime to randomInit and assert that it's called only 7 years ago
  Andrew Belt 55b47be432 Fix scrolling menus again 7 years ago
  Andrew Belt 4d9b130f47 Added active light indicators to AudioInterface and MIDItoCVInterface 7 years ago
  Andrew Belt 13f341b9ba Enable denormals-are-zero (DAZ) mode in engine 7 years ago
  Andrew Belt f611ac1fd4 Re-fix LightWidget drawing 7 years ago
  Brian Sorahan ec6576ecfa fix error message in RackWidget::fromJson 7 years ago
  Andrew Belt 95d54e557f Reorganize midi.hpp and audio.hpp, add prompt before clearing patch after crash, add Bridge scaffolding to AudioIO 7 years ago
  Andrew Belt b9390f3fd1 Draw opaque wire if one of its ports is hovered 7 years ago
  Andrew Belt afabba1429 ModuleWidget serializes pos in rack grid coordinates instead of pixel 7 years ago
  Andrew Belt f41cb7e780 Serialize wire color 7 years ago
  Andrew Belt 990068edc9 Use Module::params/inputs/outputs indices instead of 7 years ago
  Andrew Belt 67162e3899 Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now. 7 years ago
  Andrew Belt 003734e565 Un-reverting last commit 7 years ago
  Andrew Belt 5698ed7ad6 Last commit doesn't do anything, reverted 7 years ago
  Andrew Belt 52caeb7d38 Close stream upon destructing AudioInterface 7 years ago
  Andrew Belt 22add3f8b9 Refactor plugin sync code 7 years ago
  Andrew Belt 2b68057cb7 Add midi.cpp with MidiIO class 7 years ago