summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-08-20Add string::Version::getMajor(), getMinor(), and getRevision().Andrew Belt
2023-08-11Define _MM_FROUND_NO_EXC on ARM64.Andrew Belt
2023-08-09Add LightButton to component library.Andrew Belt
2023-08-09Use sse4.2 roundps intrinsic in simd::trunc, floor, ceil, and round. Use floo...Andrew Belt
2023-08-07Add DarkPJ301MPort to component library.Andrew Belt
2023-08-06Set handle widget pos in SvgSlider::setHandlePos(). Step ModuleWidget before ...Andrew Belt
2023-08-05Add ThemedSvgPort and ThemedPJ301MPort classes.Andrew Belt
2023-08-04Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.Andrew Belt
2023-08-03Add monotonic mention to system::getTime().Andrew Belt
2023-07-10Add "minRackVersion" plugin manifest property. Don't download plugin update i...Andrew Belt
2023-07-06Fix deprecated SvgSlider::setHandleSVG().Andrew Belt
2023-07-06In Port method arguments, change `channel` type to uint8_t.Andrew Belt
2023-06-28Add settings::preferDarkPanels, ThemedSvgPanel, ThemedSvgScrew, and "Prefer d...Andrew Belt
2023-06-22Change `side` argument from bool to uint8_t in Module::getExpander() and Modu...Andrew Belt
2023-04-27Enable `ParamQuantity::snapEnabled` and disable `smoothEnabled` in `Module::c...Andrew Belt
2023-03-08Add doc comment to settings::autosaveInterval.Andrew Belt
2023-03-08Rename ParamQuantity::set/getDirectValue() to set/getImmediateValue().Andrew Belt
2023-03-07Add more doc comments to ParamQuantity methods.Andrew Belt
2023-03-07Make ParamQuantity::set/getValue() set/get the target value of engine smoothi...Andrew Belt
2023-03-04Add get() helper function for std::vector.Andrew Belt
2023-03-01Add BooleanTrigger::processEvent() and SchmittTrigger::processEvent() which c...Andrew Belt
2023-02-22Add light and dark rack rails from Pyer.Andrew Belt
2023-02-15Add UI theme to settings and menu bar.Andrew Belt
2023-02-15Add color::lerp().Andrew Belt
2023-02-10Add dsp::polyDirect(), polyHorner(), and polyEstrin(). Rename approxExp2Floor...Andrew Belt
2023-01-25Remove Engine::setFrame(). Guarantee that Engine frame only increases by 1 wi...Andrew Belt
2023-01-21Add doc comments to ModuleWidget and Module.Andrew Belt
2023-01-21Add `ModuleWidget::getModule<TModule>()` helper method.Andrew Belt
2023-01-20Place module selection nearest to mouse position when pasting.Andrew Belt
2023-01-19When cloning, pasting, or importing module selection, place modules nearest t...Andrew Belt
2023-01-03In unarchiveToDirectory(), make zero-byte files in the archive delete existin...Andrew Belt
2022-12-27Revise doc comments for audio::Device methods.Andrew Belt
2022-12-18Add APP_OS_NAME and APP_CPU_NAME. Display OS and CPU in Help menu.Andrew Belt
2022-12-18Remove Window::activateContext().Andrew Belt
2022-12-15Add doc commentsAndrew Belt
2022-12-12Use x64 intrinsic header on x64, instead of simde since conflicts with plugin...Andrew Belt
2022-12-12Split APP_ARCH to APP_OS and APP_CPU.Andrew Belt
2022-12-10Revert "Allow simde to define _mm_loadu_epi8()."Andrew Belt
2022-12-10Allow simde to define _mm_loadu_epi8().Andrew Belt
2022-11-11Make simple random state global instead of thread-local.Andrew Belt
2022-11-05Merge APP_OS variable into APP_ARCH.Andrew Belt
2022-11-02Use 16 MIDI loopback devices instead of 1.Andrew Belt
2022-11-02Add doc comments for Window methods.Andrew Belt
2022-11-01Add MIDI "Loopback" driver.Andrew Belt
2022-11-01Replace "frameSwapInterval" setting with "frameRateLimit".Andrew Belt
2022-10-21Fix int32_4 bitshift intrinsics.Andrew Belt
2022-10-19Replace sse2neon with simde.Andrew Belt
2022-09-21Add system::sleep().Andrew Belt
2022-09-12Move tinyexpr to submodule.Andrew Belt
2022-09-12Allow building on ARM64. Only Mac tested, and deps not tested.Andrew Belt