703 Commits (56e0ce0f79874c03f200b29f0859e75a0160c1d8)

Author SHA1 Message Date
  Andrew Belt 9c7ebfc015 Add getters for event::State members. 5 years ago
  Andrew Belt f35ac3e711 Rename parameter template arguments and aliases in Vector. 5 years ago
  Andrew Belt d434270da8 Added static variables to get template parameters in Vector classes. 5 years ago
  Andrew Belt b4bd09a2eb Add more documentation to Port. 5 years ago
  Andrew Belt 85862e0d68 Add int32_4::setr(). 5 years ago
  Andrew Belt c21fb4e9e9 Add simd::movemask(). 5 years ago
  Andrew Belt 9e830a61e6 Add SIMD methods to Port. 5 years ago
  Andrew Belt 68fbec5d6c Improve behavior of "Update all" button. 5 years ago
  Andrew Belt d6c8d84ede Clean up types in dsp/window.hpp. Fix createModel() in helpers.hpp if a member field exists called `model`. Fix `make install` path for plugins. Fail silently if a MIDI message >3 bytes is received. 5 years ago
  Andrew Belt ca89558bb4 Use -v1 filename suffix for plugins/, settings.json, autosave.vcv, and template.vcv when running in non-dev-mode. 5 years ago
  Andrew Belt 9789f22d59 Add "autosavePeriod" to settings.json. 5 years ago
  Andrew Belt 2c5fdb32cc Mostly finished plugin manager client. 5 years ago
  Andrew Belt 31cc663dd8 Sort modules by plugin brand instead of plugin name. WIP Plugins menu bar item. 5 years ago
  Andrew Belt fca409cf51 Remove left/rightByteShift from simd. 5 years ago
  Andrew Belt 754a4a48c2 Add left/rightByteShift to simd 5 years ago
  Andrew Belt 22546d1d1c Add conversions and casts to simd::Vector types. 5 years ago
  Andrew Belt 262c6a0406 Add simd::int32_4 5 years ago
  Andrew Belt 6f47304884 Add note about alignment of Vector::load() 5 years ago
  Andrew Belt 1aa351cecc Add TSchmittTrigger. Update/clean up changelog. 5 years ago
  Andrew Belt 1252437344 Add Engine::getFrame(). 5 years ago
  Andrew Belt 50bed5e1e8 Add CC aliases to dsp::MidiGenerator. Fix setChannelPressure(). 5 years ago
  Andrew Belt 5a40e0a140 Create dsp/midi.hpp, based on CV_MIDI's implementation of PolyphonicMidiOutput. 5 years ago
  Andrew Belt e667c7da21 Fix documentation for RCFilter::setCutoff to dodge math error. Add setCutoffFreq with the correct frequency relation. 5 years ago
  Andrew Belt fe18110e22 Added Port::active alias for Port::channels. Set default Port channels to 0. 5 years ago
  Andrew Belt ba2d5f8e2d Move Core metadata from Core/plugin.cpp to Core.json manifest. Finish most of Plugin menu functionality. Rewrite plugin loading code. 5 years ago
  Andrew Belt a272cf29bd Change MIDI-Map color to yellow. Change ParamHandle indicator from circle to square. 5 years ago
  Andrew Belt 08a4d73457 Add text and color to ParamHandle. 5 years ago
  Andrew Belt 41552e79f2 Restructure ParamHandle Engine internals. 5 years ago
  Andrew Belt 31ee9bdfc7 Add documentation to Port::setChannels(). 5 years ago
  Andrew Belt cb3f136d51 Encode Port::active as channels=0. Change behavior of Port::setChannels(). 5 years ago
  Andrew Belt 326fa2d8af Added simd::pow(T, int) 5 years ago
  Andrew Belt 69c5ec8983 Normalize plugin and model slugs when loading patches. Fail with warning when model slug is invalid, instead of crashing. 5 years ago
  Andrew Belt 4b3508bf4a Rename scalar array in simd::Vector. 5 years ago
  Andrew Belt aa088e369a Add links to README. Add union to simd::Vector for serially accessing vector elements. 5 years ago
  Andrew Belt 436615f361 Simplify Light::setBrightness/Smooth. 5 years ago
  Andrew Belt 02ef6641f4 Add Port::getVoltageSum. Rename get/setVoltages to read/writeVoltages. Add getVoltages. 5 years ago
  Andrew Belt 696939069d Use <> instead of "" for include directive. 5 years ago
  Andrew Belt beefa87ef6 Add update notification to Help menu item. Remove update popup dialog message, and remove "checkVersion" from settings. 5 years ago
  Andrew Belt c2ffcbbfd7 Add favorite score to settings, based on @modlfo's scoring algorithm. Sort by favorite score in Module Browser. 5 years ago
  Andrew Belt 0c08a8d1c8 Use pmmintrin.h header instead of x86intrin.h. 5 years ago
  Andrew Belt 5b3c9b36af Add brand to plugin::Plugin and plugin manifest. Use brand instead of author in Module Browser. 5 years ago
  Andrew Belt e23789c287 Add numpad device to keyboard driver. 5 years ago
  Andrew Belt 26abab6de3 Rename float4 to float_4. 5 years ago
  Andrew Belt 1b168ce3a3 Rename f32_4 to float4 5 years ago
  Andrew Belt ea8eca4cd3 Add simd to various dsp functions. 5 years ago
  Andrew Belt 4612052e04 Fix correctness bugs/typos in simd library. Add log10, sgn, andnot, and ifelse to simd. 5 years ago
  Andrew Belt 871617ad6c Fix docstrings. Add createParamCentered to rack0.hpp. 5 years ago
  Andrew Belt 0517cc20aa Fix return values of deprecated random*() functions in rack0.hpp. 5 years ago
  Andrew Belt 076f8b1965 Clean up ui namespace. Remove blendish state from ui classes. 5 years ago
  Andrew Belt 54544bbe93 Use Module::Expander struct for accessing expander messages. 5 years ago