| .. |
|
app
|
Expand RackScrollWidget bounding box to current scroll position
|
6 years ago |
|
dsp
|
Change dsp::Counter to dsp::ClockDivider
|
6 years ago |
|
engine
|
Add Engine::yieldWorker() which turns worker spinlocks into mutex locks. Fix race condition in EngineWorker::run() when changing number of threads.
|
6 years ago |
|
plugin
|
Add numbers to authors, tags, and modules list in ModuleBrowser. Add favorite button and favorite filter to ModuleBrowser.
|
6 years ago |
|
simd
|
Only use Engine::yieldWorkers() when we know it's needed in Core Audio. Use _mm_pause() in spinlocks.
|
6 years ago |
|
ui
|
Fix TextField dragging for highlighting text. Add more error messages to plugin::logIn.
|
6 years ago |
|
widget
|
Add active flag to MenuItem. Make author and tag list items active when selected. Add ClearItem to ModuleBrowser.
|
6 years ago |
|
Quantity.hpp
|
Move ui::Quantity to Quantity.
|
6 years ago |
|
app.hpp
|
Rename WINDOW_ macros to RACK_. Require rack:: namespace for APP macro.
|
6 years ago |
|
asset.hpp
|
Move devMode and headless to Settings. Unzip Fundamental even if plugins/Fundamental folder exists but it isn't loaded.
|
6 years ago |
|
audio.hpp
|
Change name of driver to driverId and device to deviceId in audio namespace.
|
6 years ago |
|
bridge.hpp
|
Change audio::IO and midi::IO name to Port.
|
6 years ago |
|
bridgeprotocol.hpp
|
Change audio::IO and midi::IO name to Port.
|
6 years ago |
|
color.hpp
|
Added changelog for 1.0.0
|
6 years ago |
|
common.hpp
|
Warn if settings.json file is invalid JSON.
|
6 years ago |
|
componentlibrary.hpp
|
Update rack0.hpp header
|
6 years ago |
|
event.hpp
|
Add RACK_HELD key action to SelectKey and HoverKey. Consume arrow keys in RackScrollWidget and delete/backspace in ModuleWidget using HoverKey RACK_HELD instead of Hover.
|
6 years ago |
|
gamepad.hpp
|
Add various API documentation
|
6 years ago |
|
helpers.hpp
|
Plugin Manager menu progress.
|
6 years ago |
|
history.hpp
|
Since dragging a ModuleWidget can move all modules, push a ComplexAction of ModuleMove actions instead of a single action.
|
6 years ago |
|
keyboard.hpp
|
Add various API documentation
|
6 years ago |
|
logger.hpp
|
Move devMode and headless to Settings. Unzip Fundamental even if plugins/Fundamental folder exists but it isn't loaded.
|
6 years ago |
|
math.hpp
|
Draw plugs under wires for CableWidgets in CableContainer.
|
6 years ago |
|
midi.hpp
|
Correctly handle MIDI messages with less than 3 bytes.
|
6 years ago |
|
network.hpp
|
Partial reorganization of Plugin menu.
|
6 years ago |
|
patch.hpp
|
Convert settings namespace into class
|
6 years ago |
|
plugin.hpp
|
Open changelog in browser if UpdateItem is clicked in the plugin menubar.
|
6 years ago |
|
rack.hpp
|
Rename Toolbar to MenuBar.
|
6 years ago |
|
rack0.hpp
|
Fix syntax
|
6 years ago |
|
random.hpp
|
Add various API documentation
|
6 years ago |
|
rtmidi.hpp
|
Move MIDI subclasses to source files
|
6 years ago |
|
settings.hpp
|
Add "cableColors" setting.
|
6 years ago |
|
string.hpp
|
Fix string::basename() bug on Mac (and possibly Windows). Rename string::basename to filenameBase, string::extension to filenameExtension.
|
6 years ago |
|
svg.hpp
|
Class-ify window, un-class-ify asset
|
6 years ago |
|
system.hpp
|
Restart engine workers when setting real-time priority.
|
6 years ago |
|
ui.hpp
|
Add various API documentation
|
6 years ago |
|
window.hpp
|
Added zoom level to Window::screenshot().
|
6 years ago |