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 0c4195e63b Add doc comments saying the Module::config*() can only be called from the Module subclass constructor. 2 years ago
..
app Clean up app:: doc comments. Make some class variables internal. 3 years ago
dsp Make dsp::convert() default template deleted. Add trivial implementation. 3 years ago
engine Add doc comments saying the Module::config*() can only be called from the Module subclass constructor. 2 years ago
plugin Clean up doc comments. 3 years ago
simd Add default arguments to simd::clamp(). 3 years ago
ui Add TextField::password property, make PasswordField simply set that property. 3 years ago
widget Clean up doc comments. 3 years ago
window Clean up doc comments. 3 years ago
Quantity.hpp Move Svg to window:: namespace. 3 years ago
asset.hpp PRIVATE is ignored on global variables so remove it. 3 years ago
audio.hpp Add mutex to RtAudioDevice process, subscribe, and unsubscribe methods. 3 years ago
color.hpp Adjust formatting of namespace docs. 3 years ago
common.hpp Remove MSVC version of DEPRECATED macro. 3 years ago
componentlibrary.hpp Fix SCHEME_YELLOW color. 3 years ago
context.hpp Add deprecated `appGet()` to context.hpp. 3 years ago
discord.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
gamepad.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
helpers.hpp Check pointers in menu item helpers. 3 years ago
history.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
keyboard.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
library.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
logger.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
math.hpp Add Rect::interpolate(). 3 years ago
midi.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
network.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
patch.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
plugin.hpp Add plugin::getExactPlugin() and getExactModel() to public API. Fix inability to load plugin that is aliased to another. 2 years ago
rack.hpp Change error when including headers other than rack.hpp to a warning. 3 years ago
rack0.hpp Auto-format code with astyle. 5 years ago
random.hpp Add random::get<T>() functions. 3 years ago
rtaudio.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
rtmidi.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
settings.hpp Rewrite moduleWhitelist data structure and merge algorithm. 2 years ago
string.hpp Remove string::fuzzyScore(). 3 years ago
system.hpp Link to the absolute path /tmp/Rack2/libRack.<ext>. Create a symlink at /tmp/Rack2 to the system dir containting libRack. 3 years ago
tag.hpp Adjust formatting of namespace docs. 3 years ago
tinyexpr.h Add tinyexpr library. Use tinyexpr for Quantity parsing. 4 years ago
weakptr.hpp Adjust formatting of namespace docs. 3 years ago