1804 Commits (14f7297243039cbd5cfd7c4cb72333af8f3bb63c)
 

Author SHA1 Message Date
  Andrew Belt 18e463c01e Add changelog entry for 1.1.5. 5 years ago
  Andrew Belt 40b258e84f Correct documentation for math::interpolateLinear. 5 years ago
  Andrew Belt a629561f58 Move plugin.cpp's extractZip to system::unzipToFolder(). 5 years ago
  Andrew Belt 52d838d28f Accept backspace key command on key-repeat with Module Browser search box. 5 years ago
  Andrew Belt 3b2a12559f Reorder tag and brand lists in Module Browser 5 years ago
  Andrew Belt 7b74d0a2a8 Add Hardware tag. 5 years ago
  Andrew Belt 0053517ec7 Delete ModuleWidget children before deleting Module. 5 years ago
  Andrew Belt 2902dbb01b Add libsamplerate to Windows build 5 years ago
  Andrew Belt 1dd0538ef0 Add libsamplerate to Mac build 5 years ago
  Andrew Belt 4d895f2a30 Add libsamplerate license to LICENSE-dist. 5 years ago
  Andrew Belt 7f5eb46724 Add libsamplerate to deps. Reorder dep Makefile. 5 years ago
  Andrew Belt 38fb2c8682 Line-break descriptions for tags 5 years ago
  Andrew Belt 07099e9ccb MIDI-Map: Jump value for MIDI CC buttons. 5 years ago
  Andrew Belt c082ce998b Use dev version 5 years ago
  Andrew Belt 873f6719d0 Use higher precision (but lower accuracy) thread runtime counter on Windows. 5 years ago
  Andrew Belt 29ba78ab68 Bump version. 5 years ago
  Andrew Belt 6c553c9b42 Update changelog. 5 years ago
  Andrew Belt ab0b0852df Add Base64 encoding/decoding to string.hpp. 5 years ago
  Andrew Belt ff2ac805e2 Fix #1510 5 years ago
  Andrew Belt f55d039ee9 Fix #1479 5 years ago
  Andrew Belt ace28e4ab0 Make SchmittTrigger a template specialization instead of a separate class. 5 years ago
  Andrew Belt d4586c3481 Check plugin version against Rack ABI version before plugin is loaded. 5 years ago
  Andrew Belt ad2ca6cbd7 Update tag list URL. 5 years ago
  Andrew Belt 352b882579 Remove exception resetting. 5 years ago
  Andrew Belt a52c79df80 Port some of sse_mathfun to functions.hpp. Clean up SIMD headers. 5 years ago
  Andrew Belt edc55bf3e3 Implement system::getThreadTime on Mac. 5 years ago
  Andrew Belt 8d8b5f87d0 Measure CPU time every N frames instead of every frame. Measure overhead of calling system::getThreadTime() to avoid reporting high measurements. 5 years ago
  Andrew Belt a27b57fe10 Add float_4 implementation of approxExp2Floor. 5 years ago
  Andrew Belt 06c81a5293 Change _mm_cvtps_epi32 (rounding conversion) to _mm_cvttps_epi32 (truncating conversion) in float_4 -> int32_4 cast. Add << and >> operators for int32_4. 5 years ago
  Andrew Belt a21d7d7100 Remove debugging. 5 years ago
  Andrew Belt b5c2acd747 Merge branch 'v1' of github.com:VCVRack/Rack into v1 5 years ago
  Andrew Belt 2bc7c82fc1 Ignore mouseDelta (set to zero) after locking and unlocking cursor. 5 years ago
  Andrew Belt cb6e9b82c1 Add system::getThreadTime implementation on Windows 5 years ago
  Andrew Belt 8a299b54c3 Rename "Module timer" back to "CPU meter" 5 years ago
  Andrew Belt 8c9e594c32 Use thread runtime rather than time of day for measuring module CPU. 5 years ago
  Andrew Belt 5c337b6de3 Reorder tag.cpp. Clean up comments. 5 years ago
  Andrew Belt 726d098548 Update changelog. 5 years ago
  Andrew Belt 24f8533503 Add dsp/approx.hpp. 5 years ago
  Andrew Belt 469d66024a Restructure the tag/alias data structure. 5 years ago
  Andrew Belt 729b3dc3c9 Move tag lists to tag.cpp. 5 years ago
  Andrew Belt 56e0ce0f79 Refactor engine worker thread relaunching. 5 years ago
  Andrew Belt 898f13cd91 MIDI-Map: re-enable filtering. 5 years ago
  Andrew Belt dca30e2b53 Auto-format code with astyle. 5 years ago
  Andrew Belt 276c70a4ab Revise astylerc. 5 years ago
  Andrew Belt 3c957741bc Tweak .astylerc. 5 years ago
  Andrew Belt 1736687a2f Use .astylerc options file rather than wrapper script for astyle. 5 years ago
  Andrew Belt 558df2c178 Rename CPU meter to "module timer". 5 years ago
  Andrew Belt 82cdaf151d Rewrite CONTRIBUTING. Tweak issue templates. 5 years ago
  Andrew Belt 214503b50e Add Artistic Style formatting script. 5 years ago
  Andrew Belt 1e5f1ff334 Remove dsp::TBiquadFilter::type from state. 5 years ago