22 Commits (a9f4c0e50d6a757cc2ffa435b9f239e0e5133b00)

Author SHA1 Message Date
  Andrew Belt a9fd3a8c17 Add Vec::flip() 6 years ago
  Andrew Belt b2715a5642 Revert generic math functions 6 years ago
  Andrew Belt 6f36a77e7b Make min, max, and clamp generics 6 years ago
  Andrew Belt 5bc9a696b0 Add min and max functions for floats (let me know if this breaks 6 years ago
  Andrew Belt ad20f3c997 Add shadows to knobs, remove ability to rescale knobs (must export 6 years ago
  Andrew Belt c092a27f09 include cstdlib in math util header 6 years ago
  Andrew Belt d392b424d2 Use cursor and selection for index positions instead of begin and end 6 years ago
  Andrew Belt e8d0783aba Add manufacturer item to ModuleBrowser, other ModuleBrowser 6 years ago
  Andrew Belt 181e3290f6 Tweak math.hpp includes again 6 years ago
  Andrew Belt 28c8ef5c9c Use cmath in math.hpp 6 years ago
  Andrew Belt 6e84665286 Try to include C99 math functions 6 years ago
  Andrew Belt dc03081184 Fix deprecated absf 6 years ago
  Andrew Belt 72042051ec Use isfinite from C instead of std::isfinite from C++ 6 years ago
  Andrew Belt ddf97fa161 Remove abs() function in rack namespace, remove cmath include 6 years ago
  Andrew Belt 2873f35e72 Add Widget::create static methods, replaces create*() helpers in 6 years ago
  Andrew Belt 69d6052fe5 Rename near() to isNear() 6 years ago
  Andrew Belt ad5cf18fad Rename interp to interpolateLinear() 6 years ago
  Andrew Belt 9a443f07c8 Refactoring, remove "f" and "i" prefixes from math.hpp functions 6 years ago
  Andrew Belt fec38e8c0d Fix eucmod typos 6 years ago
  Andrew Belt 17c1f2a416 Fix for menu clamping 6 years ago
  Andrew Belt d024ccf8a0 Refactor util.hpp 6 years ago
  Andrew Belt 5be5696dff Refactor math.hpp 6 years ago
  Andrew Belt 074287e306 Fix scrolling menus again 6 years ago
  Andrew Belt 4fe7eed5f0 Add absf() to math.hpp 6 years ago
  Andrew Belt 9a5fd5899d Added ZoomWidget::onPathDrop 7 years ago
  Andrew Belt 5567c5f22d Added AddModuleWindow 7 years ago
  Andrew Belt caa1a5798e Fix dropdown menu offset when zooming 7 years ago
  Andrew Belt 580f0db6b4 Change zoom only when zoom slider has finished moving (onAction()) 7 years ago
  Andrew Belt abd194b959 Use cmath instead of math.h 7 years ago
  Andrew Belt 684c783d41 Render rack rails with rescaling 7 years ago
  Andrew Belt a22aac6493 Added zoom slider, zoom to settings, finished Framebuffer scaling 7 years ago
  Andrew Belt 3d044ab411 Add RoundBlackKnob 7 years ago
  Andrew Belt 5163a7aba1 Middle-click drag to move rack view, other needless refactoring 7 years ago
  Andrew Belt 4fc5f17cfc Add menu scrolling, refactor OpaqueWidget events 7 years ago
  Andrew Belt 7a8ef9c40d Break dsp.hpp into many small files 7 years ago
  Andrew Belt 5bf6b573f2 Fix flicker again 7 years ago
  Andrew Belt 889009e911 Remove glibc version statement because that didn't work, remove isFinite 7 years ago
  Andrew Belt e2211e21a8 Remove wireOpacity and wireTension from patch json format 7 years ago
  Andrew Belt 72593654ea Fixed MenuOverlay "flicker" 7 years ago
  Andrew Belt 093ecdbb94 Add param randomization, changed mapf to rescalef, other refactors 7 years ago
  Andrew Belt bd7b90fcda Updated SchmittTrigger, QuantityWidgets can now have maxValue < minValue for inverted operation, added SnapKnob 7 years ago
  Andrew Belt d9c803962b Added Decimator, SlewLimiter, Trigger, other cleanup 7 years ago
  Andrew Belt 6e4cddc4e1 Add SVGSlider, SVGSwitch, attempt SVG gradients 7 years ago
  Andrew Belt e23bf21e5b Added PeakFilter to dsp.hpp, added dr_libs dependency for dr_wav.h 7 years ago
  Andrew Belt de44d0c754 Added Rogan knobs to components.hpp, added shadow to SVGKnob, fixed bug/typo in SVG stroke fill color 7 years ago
  Andrew Belt 0e0f9c38f2 Added TransformWidget, SVGWidget, FramebufferWidget 7 years ago
  Andrew Belt a76a6e7f5e revised Lights for Component Library, removed constructor argument from ModuleWidget 7 years ago
  Andrew Belt 18628c86ab Now requires SSE, added RadioButton, added hardcoded minBLEP, added CPU usage button 7 years ago
  Andrew Belt 1696a2790a Added sample rate conversion to AudioInterface, added minBLEP to dsp.hpp 7 years ago
  Andrew Belt a18e4a4d6e Added ring buffers, made Rack a class, added stringf helper function, added VIPMutex/VIPLock, added sample rate and block size options to AudioInterface 7 years ago