summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-08Update Developer ID Application key on Mac in dist target.v2.5.0Andrew Belt
2024-04-08Bump version.Andrew Belt
2024-04-08Update changelog.Andrew Belt
2024-04-08Use version Core.json as Rack version.Andrew Belt
2024-04-08Switch from altool to notarytool in notarize target.Andrew Belt
2024-04-02Update RACK_USER_DIR in plugin.mk for all OS's.Andrew Belt
2024-04-02Change user dir on Windows to AppData/Local/Rack2.Andrew Belt
2024-04-02Change user dir on Mac to ~/Library/Application Support/Rack2.Andrew Belt
2024-04-02Change user dir on Linux to $XDG_DATA_HOME/Rack2. Move old dir and show dialog.Andrew Belt
2024-03-30Fix rtaudioIsMicrophoneBlocked() on Mac <10.14.Andrew Belt
2024-03-27Add VCV name to dialogs in standalone adapter.Andrew Belt
2024-03-27If Microphone permission is blocked on Mac, show error dialog with instructio...Andrew Belt
2024-03-26Compile .m and .mm files in src/ on Mac.Andrew Belt
2024-03-26Tweak wording of Mac Documents Folder permission dialog. Don't automatically ...Andrew Belt
2024-03-25If log file cannot be written, show error dialog and exit. On Mac, explain ho...Andrew Belt
2024-03-16Dispatch ExpanderChangeEvent when removing modules.Andrew Belt
2024-03-14Merge branch 'stackable-inputs' into v2Andrew Belt
2024-03-14Allow multiple cables on input Port.Andrew Belt
2024-03-14Don't assert that a similar cable exists in Engine::addCable() since Engine h...Andrew Belt
2024-03-13Fix Engine::removeCable() not updating inputCablesCache.Andrew Belt
2024-03-04Fix Mac OS minor version in system::getOperatingSystemInfo().Andrew Belt
2024-02-20Remove "experimental" from dark panel menu item.Andrew Belt
2024-02-15Assert that similar cable does not exist in Engine::addCable()Andrew Belt
2024-02-13Allow multiple Cables per Input in Engine. Cache list of Cables connected to ...Andrew Belt
2024-02-04Fix system::resetFpuFlags() build and crash on x64.Andrew Belt
2024-02-02Rename system::initCpuFlags() to system::resetFpuFlags(). Implement it on ARM64.Andrew Belt
2024-02-02No need to save/restore CPU flags in Engine::stepBlock() anymore.Andrew Belt
2024-02-01Add system::initCpuFlags(). Call it by all new threads.Andrew Belt
2024-01-30Avoid undefined behavior if "Cable color" menus stay open after a color is de...Andrew Belt
2024-01-27Add View > Cable colors menu.Andrew Belt
2024-01-27Add settings::cableAutoRotate and cableColorsReset().Andrew Belt
2024-01-27Return templated type for menu helpers.Andrew Belt
2024-01-21Add ui::ColorDotMenuItem.Andrew Belt
2024-01-19Update osdialog submodule.Andrew Belt
2024-01-06Initialize CPU flags for Engine on ARM64.Andrew Belt
2023-11-19Add verifyHttpsCerts setting to disable verifying HTTPS certificates.Andrew Belt
2023-11-19Update CA certificates for cURL.Andrew Belt
2023-10-10Tiny punctuation edit.Andrew Belt
2023-10-04Add Quantity evaluation functions gaintodb(), dbtogain(), vtof(), and ftov().Andrew Belt
2023-10-04Fix dsp::dbToAmplitude() for simd:: types.Andrew Belt
2023-09-21When loading a patch or autosave, if modules are unavailable, prompt user to ...Andrew Belt
2023-09-15Zero input port values when disconnected, but not outputs.Andrew Belt
2023-09-14Tweak plugin load info log text.Andrew Belt
2023-09-14Update Mac icon to use Big Sur icon shape.Andrew Belt
2023-09-13Don't lock inside Engine::fromJson() until all modules are instantiated. Fix ...Andrew Belt
2023-09-13Use assert() instead of throwing Exception in SharedMutex.Andrew Belt
2023-09-12Make engine step modules first, then step cables in Engine::stepFrame().Andrew Belt
2023-09-08Make Engine::fromJson() lock in entire method, so modules and cables aren't a...Andrew Belt
2023-09-08Add Engine::addModule_NoLock() and addCable_NoLock().Andrew Belt
2023-09-08Don't zero port values when disconnected. Refactor Engine by removing Engine_...Andrew Belt