| .. |
|
app
|
Add Scene::getMousePos().
|
4 years ago |
|
dsp
|
Add midi::Message::getFrame() and setFrame().
|
4 years ago |
|
engine
|
Add Module::jsonStripIds().
|
4 years ago |
|
plugin
|
Move favorite menu item from ModelBox menu to Model menu.
|
4 years ago |
|
simd
|
Move some vector.hpp functions to functions.hpp.
|
5 years ago |
|
ui
|
If knobScroll is enabled, don't move knobs while scrolling the rack.
|
4 years ago |
|
widget
|
Rename EventState::setHovered() etc to setHoveredWidget() etc.
|
4 years ago |
|
Quantity.hpp
|
Add Quantity::toScaled() and fromScaled(). Clean up Quantity and ParamQuantity.
|
4 years ago |
|
Window.hpp
|
Rename and negate Window::getFrameTimeOverdue() to getFrameDurationRemaining().
|
4 years ago |
|
asset.hpp
|
Use "directory/dir" terminology instead of "folder" except for UI text.
|
4 years ago |
|
audio.hpp
|
Add default ID getter to audio/MIDI devices.
|
4 years ago |
|
color.hpp
|
Add PlugWidget. Implement appearance of cables and plugs from Pyer. Add layer variable to Widget::DrawArgs. Add color::isEqual().
|
4 years ago |
|
common.hpp
|
Rename APP_EDITION to APP_EDITION_NAME. Add APP_EDITION with abbreviated edition.
|
4 years ago |
|
componentlibrary.hpp
|
Fix LEDSlider handle position.
|
4 years ago |
|
context.hpp
|
Merge event namespace into widget namespace. Event classes are now defined inside the Widget class.
|
4 years ago |
|
discord.hpp
|
Communicate with Discord IPC to update activity status.
|
4 years ago |
|
gamepad.hpp
|
Use <> instead of "" for include directive.
|
6 years ago |
|
helpers.hpp
|
Don't close menu when Ctrl-clicking items. Add argument to MenuItem helpers to disable this behavior.
|
4 years ago |
|
history.hpp
|
Change `bypass` variable name to `bypassed` when appropriate.
|
4 years ago |
|
keyboard.hpp
|
Add Mouse device to Computer keyboard/mouse MIDI driver.
|
5 years ago |
|
library.hpp
|
Add auto-updating of plugins with a 60-second interval. Refactor updating and syncing of plugins.
|
5 years ago |
|
logger.hpp
|
Refactor logger. Require setting logger::logPath before initializing logger.
|
4 years ago |
|
math.hpp
|
Add back single-argument Vec constructor.
|
4 years ago |
|
midi.hpp
|
Add midi::Message::getFrame() and setFrame().
|
4 years ago |
|
network.hpp
|
Add major version checking to library plugin update check.
|
4 years ago |
|
patch.hpp
|
Use "directory/dir" terminology instead of "folder" except for UI text.
|
4 years ago |
|
plugin.hpp
|
Use "directory/dir" terminology instead of "folder" except for UI text.
|
4 years ago |
|
rack.hpp
|
Make Button, RadioButton, ChoiceButton, and OptionButton more consistent. Remove IconButton.
|
4 years ago |
|
rack0.hpp
|
Auto-format code with astyle.
|
6 years ago |
|
random.hpp
|
Don't reset random state in random::init() if already seeded.
|
4 years ago |
|
rtaudio.hpp
|
Restructure audio namespace to mirror midi class structure. (untested)
|
5 years ago |
|
rtmidi.hpp
|
Use <> instead of "" for include directive.
|
6 years ago |
|
settings.hpp
|
Rename ModuleBrowser to Browser.
|
4 years ago |
|
string.hpp
|
Add string::formatTime/formatTimeISO().
|
4 years ago |
|
svg.hpp
|
Add Svg::getSize().
|
4 years ago |
|
system.hpp
|
Add UI thread CPU meter.
|
4 years ago |
|
tag.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
tinyexpr.h
|
Add tinyexpr library. Use tinyexpr for Quantity parsing.
|
5 years ago |
|
weakptr.hpp
|
Clarify doc for WeakPtr.
|
4 years ago |