2890 Commits (70382a63ac1ad97d72a1823ea60527a9ee1fd9ca)
 

Author SHA1 Message Date
  Andrew Belt 9fd506bff7 Add dsp::convert(). 3 years ago
  Andrew Belt 9a635b54e7 Change APP_ARCH global to APP_OS. 3 years ago
  Andrew Belt 3183508373 Unset user token if invalid. 3 years ago
  Andrew Belt 99f820f1cd Deserialize empty plugin whitelist from settings. 3 years ago
  Andrew Belt 003c72c216 Add -framework SystemConfiguration on Mac since curl now calls SCDynamicStoreCopyProxies(). 3 years ago
  Andrew Belt ec96220eb6 Upgrade curl and openssl. Compile OpenSSL with no-pinshared. 3 years ago
  Andrew Belt c4f35364bf Add moduleWhitelist to settings (again). Finish module whitelist syncing in library::. Add module whitelist filtering to Browser. 3 years ago
  Andrew Belt 19390c83d4 Merge branch 'v2' of github.com:VCVRack/Rack-private into v2 3 years ago
  Andrew Belt 947170198f Add port name to PortCableItem in port context menu. 3 years ago
  Andrew Belt d09fbf84f0 Add cable menu item and create cable menu item to port context menu (WIP). 3 years ago
  Andrew Belt b39ab9e4ce Check pointers in menu item helpers. 3 years ago
  Andrew Belt 379d6ebd5b Add tinyexpr to LICENSE-dist. 3 years ago
  Andrew Belt 44a11a3ffc Add alternative shell commands to system::archiveDirectory() and unarchiveToDirectory(). 3 years ago
  Andrew Belt e32031a501 Revert using RTLD_DEEPBIND for loading plugins on Linux. 3 years ago
  Andrew Belt cd71d926e4 Compile with -march=nehalem. Remove -std=c11 for C files because it causes M_PI, M_SQRT2, etc to not be defined. 3 years ago
  Andrew Belt bcc9c6facf Merge branch 'v2' of github.com:VCVRack/Rack-private into v2 3 years ago
  Andrew Belt 3abe6aa804 Implement all Core panel redesigns. Reorganize Core module class and SVG names. 3 years ago
  Andrew Belt f665e52811 Use stoll() on Windows to convert module patch storage name to int64_t. 3 years ago
  Andrew Belt 13690a8757 Merge branch 'v2' of github.com:VCVRack/Rack-private into v2 3 years ago
  Andrew Belt 94bff3c1a3 Implement new panel design in CV-MIDI, MIDI-CC, and MIDI-Gate. 3 years ago
  Andrew Belt d2dc475749 Add note about overlapping arrays in FFT wrapper. 3 years ago
  Andrew Belt 117383f783 Compile for core2. 3 years ago
  Andrew Belt 8de2c36de3 Add Window::activateContext(). 3 years ago
  Andrew Belt 8d911c559e Log edition name instead of abbreviation in standalone adapter. 3 years ago
  Andrew Belt bd9363d051 Change default manifest version in helper.py to 2.0.0. 3 years ago
  Andrew Belt 319ece9430 Set ModuleWidget width to 12HP if SVG panel has zero width. 3 years ago
  Andrew Belt ce7469d102 Rename Core panels. Implement Audio and MIDI-CV redesigns. 3 years ago
  Andrew Belt 0c2506789a Merge branch 'v2' of github.com:VCVRack/Rack-private into v2 3 years ago
  Andrew Belt efaa237e18 Add Core panel redesigns by Pyer. 3 years ago
  Andrew Belt fb010d66e4 Add onThreshold/offThreshold arguments to SchmittTrigger. 3 years ago
  Andrew Belt 1dfd3b6535 Check library updates when Library menu is opened or user logs in. 3 years ago
  Andrew Belt 17b1b308f7 Remove library updates loop. Add try_locking to library mutexes. 3 years ago
  Andrew Belt c53ad4b75e Add rightText arguments to docs of menu item helpers. 3 years ago
  Andrew Belt 4b952b42cb Add LEDButton down state from Pyer. 3 years ago
  Andrew Belt 93c4e087b5 Check that setModule() was called in ModuleWidget constructor. 3 years ago
  Andrew Belt 8b5d4483a9 Add LEDLightButton. 3 years ago
  Andrew Belt 41f00d3b6b Add CKSSThreeHorizontal. 3 years ago
  Andrew Belt 3eeb7ba7c0 Allow optional sourceFilename in helper.py createmodule command. 3 years ago
  Andrew Belt d9b169ebaf Add bidirectional module fallback: MindMeld-ShapeMasterPro/ShapeMasterPro. 3 years ago
  Andrew Belt d84847995e Save autosave patch on close in PatchManager instead of standalone adapter. 3 years ago
  Andrew Belt 9d3d1143ea When destroying patch (e.g. on close), dispatch onSave to all Modules so they save their patch storage, etc. 3 years ago
  Andrew Belt 00d8f899d5 Add random::get<T>() functions. 3 years ago
  Andrew Belt 7724efa41b Add loading/saving of wavetables. 3 years ago
  Andrew Belt 29cafc48ef Add Timer::getTime(). 3 years ago
  Andrew Belt 23428d171f Make dsp::Timer a template. 3 years ago
  Andrew Belt f6cba26b8d Remove default arguments from math::rescale() since it's non-obvious whether they should apply to the input or output scale. 3 years ago
  Andrew Belt df2fcf3cdf Make LedDisplay a Widget instead of OpaqueWidget. 3 years ago
  Andrew Belt 2e34cdf497 Add default arguments to simd::clamp(). 3 years ago
  Andrew Belt 42b5861d13 Implement LedDisplay redesign by Pyer. 3 years ago
  Andrew Belt ba7283fca7 helper.py: Assume unitless SVG dimensions are in px instead of mm. 3 years ago