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 ed1842a743 Rename string::U8toU16 to UTF8toUTF16 and U16toU8 to UTF16toUTF8. 4 years ago
..
app Make fonts and images be permanently cached. Use font cache in LedDisplay. 4 years ago
dsp Fix `float approxExp2Floor()` to work with negative arguments and arguments above 30. 4 years ago
engine Move asset::autosavePath to Patch. Add Module::createPatchStorageDir() and remove asset::module(). 4 years ago
plugin Add ModularGrid link to module Info menu. Add more tips to tip window. 4 years ago
simd Move some vector.hpp functions to functions.hpp. 5 years ago
ui Change `event::Foo` to `FooEvent`. 4 years ago
widget Rename new Widget methods. Add Rogan3PSWhite fg/bg test. 4 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. 4 years ago
audio.hpp Split `audio::Port::offset` to inputOffset and outputOffset, and `audio::Port::maxChannels` to maxInputs and maxOutputs. 4 years ago
color.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 5 years ago
common.hpp Fix `float approxExp2Floor()` to work with negative arguments and arguments above 30. 4 years ago
componentlibrary.hpp Replace Rogan1PS, Rogan3PS, TL1105, and PJ301M graphics. 4 years ago
context.hpp Merge event namespace into widget namespace. Event classes are now defined inside the Widget class. 4 years ago
gamepad.hpp Use <> instead of "" for include directive. 6 years ago
helpers.hpp Move Svg from window.hpp to svg.hpp. Deprecate Window::loadSvg(). Un-deprecate Svg::load(). 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. 4 years ago
logger.hpp Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. 4 years ago
math.hpp Add default arguments to math::clamp, clampSafe, and rescale. 4 years ago
midi.hpp Change midi::Message::toString() to const. Clean up midi code. 4 years ago
network.hpp Refactor plugin syncing in `library::`. 4 years ago
patch.hpp Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. 4 years ago
plugin.hpp Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. 4 years ago
rack.hpp Merge event namespace into widget namespace. Event classes are now defined inside the Widget class. 4 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. 5 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 Add default argument to settings::save() and load(). 4 years ago
string.hpp Rename string::U8toU16 to UTF8toUTF16 and U16toU8 to UTF16toUTF8. 4 years ago
svg.hpp Rename new Widget methods. Add Rogan3PSWhite fg/bg test. 4 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()`. 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
ui.hpp Use <> instead of "" for include directive. 6 years ago
weakptr.hpp Don't use atomic for WeakPtr reference count. 4 years ago
window.hpp Make fonts and images be permanently cached. Use font cache in LedDisplay. 4 years ago