.. |
app
|
Add and implement RackWidget::loadSelection() and saveSelection().
|
3 years ago |
dsp
|
Fix `float approxExp2Floor()` to work with negative arguments and arguments above 30.
|
3 years ago |
engine
|
Rename *Dir() functions to *Directory(), backtracking on a previous commit.
|
3 years ago |
plugin
|
Deprecate "disabled" module manifest property. Add "hidden" property which hides module from Module Browser but allows it to be loaded from patches.
|
3 years ago |
simd
|
Move some vector.hpp functions to functions.hpp.
|
4 years ago |
ui
|
Don't close menu when Ctrl-clicking items. Add argument to MenuItem helpers to disable this behavior.
|
3 years ago |
widget
|
Add GLFW_* aliases to Rack-defined GLFW-related macros.
|
3 years ago |
Quantity.hpp
|
Add ui::OptionButton. Replace ShowButton with OptionButton in tip window. Add a few tips.
|
4 years ago |
Window.hpp
|
Rename and negate Window::getFrameTimeOverdue() to getFrameDurationRemaining().
|
3 years ago |
asset.hpp
|
Use "directory/dir" terminology instead of "folder" except for UI text.
|
3 years ago |
audio.hpp
|
Add default ID getter to audio/MIDI devices.
|
3 years ago |
color.hpp
|
Add PlugWidget. Implement appearance of cables and plugs from Pyer. Add layer variable to Widget::DrawArgs. Add color::isEqual().
|
3 years ago |
common.hpp
|
Add edition name to TipWindow.
|
3 years ago |
componentlibrary.hpp
|
Fix LEDSlider handle position.
|
3 years ago |
context.hpp
|
Merge event namespace into widget namespace. Event classes are now defined inside the Widget class.
|
3 years ago |
gamepad.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
helpers.hpp
|
Don't close menu when Ctrl-clicking items. Add argument to MenuItem helpers to disable this behavior.
|
3 years ago |
history.hpp
|
Change `bypass` variable name to `bypassed` when appropriate.
|
3 years ago |
keyboard.hpp
|
Add Mouse device to Computer keyboard/mouse MIDI driver.
|
4 years ago |
library.hpp
|
Add auto-updating of plugins with a 60-second interval. Refactor updating and syncing of plugins.
|
4 years ago |
logger.hpp
|
Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces.
|
3 years ago |
math.hpp
|
Remove single-float Vec constructor.
|
3 years ago |
midi.hpp
|
Internalize implementation of midi::InputQueue. Add tryPop() method.
|
3 years ago |
network.hpp
|
Add major version checking to library plugin update check.
|
3 years ago |
patch.hpp
|
Use "directory/dir" terminology instead of "folder" except for UI text.
|
3 years ago |
plugin.hpp
|
Use "directory/dir" terminology instead of "folder" except for UI text.
|
3 years ago |
rack.hpp
|
Rewrite RackRail and rename it to RailWidget. Add rail graphic revision from Pyer.
|
3 years ago |
rack0.hpp
|
Auto-format code with astyle.
|
5 years ago |
random.hpp
|
Fix Mac build
|
3 years ago |
rtaudio.hpp
|
Restructure audio namespace to mirror midi class structure. (untested)
|
4 years ago |
rtmidi.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
settings.hpp
|
Add pixelRatio to settings.
|
3 years ago |
string.hpp
|
Add string::formatTime/formatTimeISO().
|
3 years ago |
svg.hpp
|
Add Svg::getSize().
|
3 years ago |
system.hpp
|
Make system::openDirectory() and openBrowser() nonblocking by running in detached thread. Use MenuItem helpers for File menu.
|
3 years ago |
tag.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
tinyexpr.h
|
Add tinyexpr library. Use tinyexpr for Quantity parsing.
|
4 years ago |
weakptr.hpp
|
Clarify doc for WeakPtr.
|
3 years ago |