.. |
app
|
Move app::APP_*, ABI_*, and API_* variables to rack:: namespace.
|
4 years ago |
dsp
|
Make midi::Message a wrapper for std::vector<uint8_t> since MIDI messages have unbounded size (due to SysEx).
|
4 years ago |
engine
|
Use higher resolution clock for system::getNanoseconds() on Windows.
|
4 years ago |
plugin
|
Add template preset for modules, which are loaded when created from the Module Browser.
|
4 years ago |
simd
|
Add IIRFilter.
|
5 years ago |
ui
|
Rename App to Context and app.hpp to context.hpp. The APP macro is still valid.
|
4 years ago |
widget
|
Auto-format code with astyle.
|
5 years ago |
Quantity.hpp
|
Refactor Quantity. Fix SvgKnob for parameters with 0 range.
|
4 years ago |
asset.hpp
|
Add network::init(). Add asset::bundlePath.
|
5 years ago |
audio.hpp
|
Make global context a thread_local variable. Add contextSet().
|
4 years ago |
color.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
common.hpp
|
Move app::APP_*, ABI_*, and API_* variables to rack:: namespace.
|
4 years ago |
componentlibrary.hpp
|
WIP:
|
4 years ago |
context.hpp
|
Remove contextInit/Destroy from context header.
|
4 years ago |
event.hpp
|
Auto-format code with astyle.
|
5 years ago |
gamepad.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
helpers.hpp
|
Rename App to Context and app.hpp to context.hpp. The APP macro is still valid.
|
4 years ago |
history.hpp
|
Add limit to undo history (currently 500 actions).
|
4 years ago |
keyboard.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
logger.hpp
|
Add unused logger::isTruncated().
|
4 years ago |
math.hpp
|
Add math::Rect::getLeft/Top().
|
4 years ago |
midi.hpp
|
Make global context a thread_local variable. Add contextSet().
|
4 years ago |
network.hpp
|
Add network::init(). Add asset::bundlePath.
|
5 years ago |
patch.hpp
|
Improve clarity and modularity of PatchManager methods.
|
4 years ago |
plugin.hpp
|
Move moduleFromJson from engine to plugin namespace. Move Engine mutex lock at the top of Engine::step().
|
4 years ago |
rack.hpp
|
Rename App to Context and app.hpp to context.hpp. The APP macro is still valid.
|
4 years ago |
rack0.hpp
|
Auto-format code with astyle.
|
5 years ago |
random.hpp
|
Use <> instead of "" for include directive.
|
5 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
|
Remove Dark mode.
|
4 years ago |
string.hpp
|
Update documentation for string::.
|
5 years ago |
svg.hpp
|
Auto-format code with astyle.
|
5 years ago |
system.hpp
|
Add template preset for modules, which are loaded when created from the Module Browser.
|
4 years ago |
tag.hpp
|
Add tag::getTag().
|
4 years ago |
tinyexpr.h
|
Add tinyexpr library. Use tinyexpr for Quantity parsing.
|
4 years ago |
ui.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
updater.hpp
|
Add updater.hpp/cpp and more advanced app updating functionality.
|
5 years ago |
window.hpp
|
Move Window::mousePos to Scene::mousePos.
|
4 years ago |