1746 Commits (1dd0538ef0daa2f7c4c66fbf4f23817483200f43)
 

Author SHA1 Message Date
  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
  Andrew Belt e113e106c6 Include complex.h. Reimplement dsp::TBiquadFilter::getFrequencyResponse with std::complex. 5 years ago
  Andrew Belt 1ba7d03cd2 Add dsp::BiquadFilter. 5 years ago
  Andrew Belt cdc0bde8b7 Port sse_mathfun_extension to simd folder. 5 years ago
  Andrew Belt 02bb2990da Module Browser: Sort modules by order they are added to plugins with `pluginInstance->addModel()`. 5 years ago
  Andrew Belt 7c7c512361 Update deps. 5 years ago
  Andrew Belt 6f67c376c0 Slightly improve random::uniform() performance. 5 years ago
  Andrew Belt f4151bed2e Clean up code and issue templates. 5 years ago
  Andrew Belt 52e30971a3 Refactor dist Makefile target. 5 years ago