You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt 4c41dd9a62 Add createSubmenuItem() helper. 3 years ago
..
app Add LedDisplayTextField::bgColor. Display LedDisplay text as a non-tinted light when rack brightness is decreased. 3 years ago
dsp Fix `float approxExp2Floor()` to work with negative arguments and arguments above 30. 3 years ago
engine Add SetPrimaryEvent and UnsetPrimaryEvent to Module. 3 years ago
plugin Add string::join(). Reorder models how they are ordered in plugin's manifest. Use list instead of vector for models and tags in plugin::Plugin/Model. 3 years ago
simd Move some vector.hpp functions to functions.hpp. 4 years ago
ui Make SequentialLayout resize according to its contents. Fix margins of model container in Module Browser. 3 years ago
widget Fix certain Widget events (ContextDestroyEvent, ContextDestroyEvent, etc) not recursing when Widget is invisible. 3 years ago
Quantity.hpp Add ui::OptionButton. Replace ShowButton with OptionButton in tip window. Add a few tips. 4 years ago
asset.hpp Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. 3 years ago
audio.hpp Split `audio::Port::offset` to inputOffset and outputOffset, and `audio::Port::maxChannels` to maxInputs and maxOutputs. 3 years ago
color.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
common.hpp Add APP_VARIANT global. 3 years ago
componentlibrary.hpp Add RoundKnob, Trimpot, and ScrewSilver graphics from Pyer. 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 Add createSubmenuItem() helper. 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 Add one-argument constructor of math::Vec. 3 years ago
midi.hpp Change midi::Message::toString() to const. Clean up midi code. 3 years ago
network.hpp Refactor plugin syncing in `library::`. 4 years ago
patch.hpp Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. 3 years ago
plugin.hpp Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. 3 years ago
rack.hpp Merge event namespace into widget namespace. Event classes are now defined inside the Widget class. 3 years ago
rack0.hpp Auto-format code with astyle. 5 years ago
random.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 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 Use callbacks to set window pos, size, and maximized settings instead of 3 years ago
string.hpp Add string::join(). Reorder models how they are ordered in plugin's manifest. Use list instead of vector for models and tags in plugin::Plugin/Model. 3 years ago
svg.hpp Rename new Widget methods. Add Rogan3PSWhite fg/bg test. 3 years ago
system.hpp Fix crash when saving/loading module presets. Add "Clear template" menu item to module presets menu. Rename `system::doesExist()` to `exists()`. 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
window.hpp Use callbacks to set window pos, size, and maximized settings instead of 3 years ago