| .. |
|
app
|
Copy cable color when cloning cables with Ctrl+click.
|
5 years ago |
|
dsp
|
Use generic type for literals in ODE algorithms.
|
5 years ago |
|
engine
|
Add Engine::getFrameTime() and getStepDuration().
|
5 years ago |
|
plugin
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
simd
|
Move some vector.hpp functions to functions.hpp.
|
5 years ago |
|
ui
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
widget
|
Replace event::Zoom with event::Dirty.
|
5 years ago |
|
Quantity.hpp
|
Fix randomization of snapped params.
|
5 years ago |
|
asset.hpp
|
Add network::init(). Add asset::bundlePath.
|
6 years ago |
|
audio.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
color.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
common.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
componentlibrary.hpp
|
Add Audio-2 WIP.
|
5 years ago |
|
context.hpp
|
Remove Context::init(). Instead, initialize application manually in the standalone launcher.
|
5 years ago |
|
event.hpp
|
Replace event::Zoom with event::Dirty.
|
5 years ago |
|
gamepad.hpp
|
Use <> instead of "" for include directive.
|
6 years ago |
|
helpers.hpp
|
Rename App to Context and app.hpp to context.hpp. The APP macro is still valid.
|
5 years ago |
|
history.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
keyboard.hpp
|
Add Mouse device to Computer keyboard/mouse MIDI driver.
|
5 years ago |
|
logger.hpp
|
Add function name to logger.
|
5 years ago |
|
math.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
midi.hpp
|
Allow midi::Output::channel to be set to -1, which disables automatically setting outbound MIDI messages.
|
5 years ago |
|
network.hpp
|
Add cookie support to network::requestJson() and network::requestDownload().
|
5 years ago |
|
patch.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
plugin.hpp
|
Overhaul threading model for Engine using a shared mutex based design.
|
5 years ago |
|
rack.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
rack0.hpp
|
Auto-format code with astyle.
|
6 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
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
string.hpp
|
Change string::fromWstring to UTF16toUTF8. Change string::toWstring to UTF8toUTF16. Replace std::wstring to std::u16string and wchar_t to char16_t.
|
5 years ago |
|
svg.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
system.hpp
|
Add system::get/setWorkingDirectory() which fixes the Windows build.
|
5 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 |
|
updater.hpp
|
Add updater.hpp/cpp and more advanced app updating functionality.
|
6 years ago |
|
window.hpp
|
Remove ability to set native parent of Window in this branch.
|
5 years ago |