2241 Commits (41f65c6859a8e0751335f1e818b8d5a325b3a988)

Author SHA1 Message Date
  Andrew Belt a808849a26 Add function name to logger. 4 years ago
  Andrew Belt 05427d938b Overhaul threading model for Engine using a shared mutex based design. 4 years ago
  Andrew Belt 0586bc0a5b Change label of AllowCursorLockItem in menu bar. 4 years ago
  Andrew Belt 537b64d011 Remove engine pausing as it no longer makes sense with the new "external stepping" engine architecture. 4 years ago
  Andrew Belt 9086c1aeed Hide ParamResetItem if param is unbounded. 4 years ago
  Andrew Belt 9ea49664bb Copy cable color when cloning cables with Ctrl+click. 4 years ago
  Andrew Belt 037fd137e7 Reorder description and tags Module Browser module tooltip. 4 years ago
  Andrew Belt 1d80038a67 Add 16 to list of allowed RtAudio block sizes. 4 years ago
  Andrew Belt 58a9346309 Use "NaN" for nan display values in Quantity. 4 years ago
  Andrew Belt d6fdb2a2c1 Remove LightWidget halo. Decrease default CircularShadow opacity slightly. Render shadow with hard edges by default. 4 years ago
  Andrew Belt 4ba2e0f219 Use infinity symbol for Quantity display string instead of "inf". 4 years ago
  Andrew Belt fe4de2efba Use quadratic scaling for level knob on Audio-2. 4 years ago
  Andrew Belt 7dd6c59d5d Fix Audio-2 device choice button and menu. 4 years ago
  Andrew Belt ae21a4c70d Add Audio-2 WIP. 4 years ago
  Andrew Belt abb62eca09 Update RtAudio. Don't use RTAUDIO_MINIMIZE_LATENCY flag because that makes it impossible to choose other block sizes. 4 years ago
  Andrew Belt 25b540e0ee Switch RtAudio to my own fork. Tweak StreamOptions in RtAudio driver. 4 years ago
  Andrew Belt ce0cdd18a3 Use one big menu in app::appendAudioMenu() instead of sub-menus. 4 years ago
  Andrew Belt b0bde7453b Remove Context::init(). Instead, initialize application manually in the standalone launcher. 4 years ago
  Andrew Belt 825adb155d Add cookie support to network::requestJson() and network::requestDownload(). 4 years ago
  Andrew Belt aa1c8a3cb2 Add Escape as alternate key command to exit fullscreen, in case F11 doesn't work or the user doesn't know to press F11. 4 years ago
  Andrew Belt 4c661b5109 Add 1/2 and 1/4x sample rate to menu bar. 4 years ago
  Andrew Belt 6d72605716 Generate 14-bit MIDI CC with gamepad driver. (Untested) 4 years ago
  Andrew Belt a7f5449d0c Support 14-bit MIDI CC via MSB/LSB. (Untested) 4 years ago
  Andrew Belt 4e766a7eca Don't randomize ParamQuantity if unbounded. 4 years ago
  Andrew Belt 8ace079ee5 Fix randomization of snapped params. 4 years ago
  Andrew Belt d5c7144e32 Add Module::paramsToJson and paramsFromJson. 4 years ago
  Andrew Belt 73c2ecaea2 Remove ModuleWidget::params, inputs, and outputs arrays. Instead, search recursively for those widgets. 4 years ago
  Andrew Belt ff31a2bf90 Move tag documentation to Rack manual. 4 years ago
  Andrew Belt a7cd63351f Make TextField consume all select-key actions. 4 years ago
  Andrew Belt f819bd4255 Use menu items for selecting SwitchQuantity params. 4 years ago
  Andrew Belt 87935d7e6f Add SwitchQuantity. Add return value to config*() methods in Module. 4 years ago
  Andrew Belt fdf85301c7 Fix compile issue on Windows by simplifying how recent patches are 4 years ago
  Andrew Belt 23e94f8ae1 No longer use short paths for assets on Windows. 4 years ago
  Andrew Belt 120aafe6d3 Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
  Andrew Belt 4583ec7e73 Replace string::uncompress() with a more C++y one. 4 years ago
  Andrew Belt c18370bf9a Workaround for Apple's clang not compiling thread_local correctly. 4 years ago
  Andrew Belt a41a0e7836 Fix tag comments in tag.cpp. 4 years ago
  Andrew Belt 495db04320 Repair build on Windows. 4 years ago
  Andrew Belt 5129c29a86 Use -rpath=. for plugins. Set cwd when loading plugins. 4 years ago
  Andrew Belt f78d92fdaf Fix "Rack has crashed" message if Rack v1 crashed and Rack v2 was opened. 4 years ago
  Andrew Belt dee649db0f Break Rack into libRack shared library and lightweight standalone Rack executable. 4 years ago
  Andrew Belt f5898fe148 Add MPE mode to MIDI-CC and MIDI-Gate. 4 years ago
  Andrew Belt 39a21966e2 Respond to MIDI "all notes off" message in MIDI-CV and MIDI-Gate. 4 years ago
  Andrew Belt 1dcaf6c1bc Fix some segfaults when destroying environment. 4 years ago
  Andrew Belt 72493c6b51 Fix reentrancy of logger. 4 years ago
  Andrew Belt b6f1191168 Make all environment init() functions re-entrant after calling destroy() if it exists. 4 years ago
  Andrew Belt 529d87ee12 Remove contextInit() and contextDestroy() since they don't really make sense with multiple instances. 4 years ago
  Andrew Belt 2edfb394aa Fix logger::isTruncated() segfault. 4 years ago
  Andrew Belt 68a875bbca Improve clarity and modularity of PatchManager methods. 4 years ago
  Andrew Belt 03b6aee33f Enable CURLOPT_FOLLOWLOCATION in libcurl. 4 years ago