2609 Commits (43bece9ffbb7774b1fba6b06da47f310bf0c5d08)
 

Author SHA1 Message Date
  Andrew Belt 914fdfcba6 Use "inf" instead of "∞" for quantity display value, since users can't easily type it in the ParamField. 3 years ago
  Andrew Belt 62a93d099c Add Internal to app::Switch. 3 years ago
  Andrew Belt 90d395ae8b Add Quantity::toScaled() and fromScaled(). Clean up Quantity and ParamQuantity. 3 years ago
  Andrew Belt c08c6e365a Add ParamQuantity::smoothEnabled. 3 years ago
  Andrew Belt de3f42edc1 Rename Engine::setParam() etc to Engine::setParamValue() etc. 3 years ago
  Andrew Belt b9d91b85af Add ParamQuantity::getScaledValue(). 3 years ago
  Andrew Belt 4f98870e88 Add ParamQuantity::setSmoothScaledValue(). 3 years ago
  Andrew Belt d7a987cb70 Set library update period to 60 seconds. 3 years ago
  Andrew Belt 3f1b1535e3 Add Module::getNum*(). 3 years ago
  Andrew Belt 6800e7f231 Remove microseconds from module meter. 3 years ago
  Andrew Belt 06827ecd92 Disable UI CPU meter. 3 years ago
  Andrew Belt 219f60e0ef Fix module meter plot bottom edge. 3 years ago
  Andrew Belt e29a98a8aa Implement system::getThreadTime() on Windows. 3 years ago
  Andrew Belt 363d97a56e Add UI thread CPU meter. 3 years ago
  Andrew Belt e98a5115b5 Double-space meter texts. 3 years ago
  Andrew Belt 977fe52c56 Finish appearance of Module meter. 3 years ago
  Andrew Belt 287e06eb08 Add Menu::cornerFlags. 3 years ago
  Andrew Belt e249f82564 Redesign module CPU meter based on Pyer design. 3 years ago
  Andrew Belt caf37642bf Don't serialize cpuMeter to settings. 3 years ago
  Andrew Belt ea09f6df29 Use `RackWidget::selectedModules` set rather than `ModuleWidget::selected` bool. 3 years ago
  Andrew Belt 8df21af258 Move favorite menu item from ModelBox menu to Model menu. 3 years ago
  Andrew Belt 1ecdee5981 Add ModelBox key commands for module manual and favorite. 3 years ago
  Andrew Belt 09e68ac26b Add "Version: " to version item in Model context menu. 3 years ago
  Andrew Belt 1023247941 Add Model::appendContextMenu(). Display Model context menu in ModelBox of module browser. 3 years ago
  Andrew Belt fca2104db6 Fix disabling of RtAudio ASIO by default in last commit. 3 years ago
  Andrew Belt cc5b78deba Exclude ASIO from RtAudio by default but add RTAUDIO_ASIO Makefile variable to include it. 3 years ago
  Andrew Belt f70d85fa3c Add Ctrl+F1 key command for opening module manual. 3 years ago
  Andrew Belt 196e18ba0c Rename ModuleBrowser to Browser. 3 years ago
  Andrew Belt aea3f0ed47 Add ModelBox::isFavorite(). 3 years ago
  Andrew Belt 4034d6015a Add favorite selection and filtering in Module Browser. Merge moduleWhitelist and moduleUsages into moduleInfos in settings. 3 years ago
  Andrew Belt 84a0728c42 Make Button, RadioButton, ChoiceButton, and OptionButton more consistent. Remove IconButton. 3 years ago
  Andrew Belt b99a228f75 Don't consume all keys in TextField. Don't deselect TextField with escape key. 3 years ago
  Andrew Belt 0c1213f0ba Make Scene only consume Esc if fullscreen. 3 years ago
  Andrew Belt b63c9406eb Duplicate cables attached to inputs in RackWidget::cloneSelectionAction(). 3 years ago
  Andrew Belt fb7368029b Call super method in UndoItem::step() and RedoItem::step(). 3 years ago
  Andrew Belt 2eb4967261 Make system::getEntries() return vector instead of list. 3 years ago
  Andrew Belt 3a40e286cf Tweak license formatting. Make license specific to VCV Rack Community Edition. 3 years ago
  Andrew Belt 3a45b26b92 Add link to HTML version of license for dist. 3 years ago
  Andrew Belt 3c23abadc4 Build Discord IPC path with snprintf instead of std::string. 3 years ago
  Andrew Belt 68dffcf127 Fix README formatting for dist build. 3 years ago
  Andrew Belt d00e79c7fb Rename APP_EDITION to APP_EDITION_NAME. Add APP_EDITION with abbreviated edition. 3 years ago
  Andrew Belt c32a34ec28 Allow spaces in DIST_ variables in Makefile. 3 years ago
  Andrew Belt a6ad500f97 Set names of RtMidi threads. 3 years ago
  Andrew Belt b17f6ee3fe Add fallback thread to Engine to step blocks if no primary module is set. 3 years ago
  Andrew Belt a7823f184a Refactor InputDevice::onMessage() for performance. 3 years ago
  Andrew Belt 3403d289a7 Fail silently if Discord socket cannot be opened on Windows. 3 years ago
  Andrew Belt 7437c8194c Implement Discord activity updater for Windows. 3 years ago
  Andrew Belt cb15bbeb1a Communicate with Discord IPC to update activity status. 3 years ago
  Andrew Belt bf21e1574c Set RtAudio thread name. Limit thread on Linux to 15 characters. 3 years ago
  Andrew Belt 59facf4ced Delay output MIDI message by an Engine block in the MIDI driver, instead of in CV-MIDI etc. 3 years ago