.. |
app
|
Fix module and cable ID variables that were `int` instead of `int64_t`. Add `Engine::getNumCables()` and `Engine::getCableIds()`.
|
4 years ago |
dsp
|
Use generic type for literals in ODE algorithms.
|
4 years ago |
engine
|
Fix module and cable ID variables that were `int` instead of `int64_t`. Add `Engine::getNumCables()` and `Engine::getCableIds()`.
|
4 years ago |
plugin
|
Add system::join(). Add asset::module().
|
4 years ago |
simd
|
Move some vector.hpp functions to functions.hpp.
|
4 years ago |
ui
|
Add event::Event::unconsume().
|
4 years ago |
widget
|
Add `FramebufferWidget::dirtyOnSubpixelChange` setting. Disable it for the FramebufferWidget that contains the RackRail.
|
4 years ago |
Quantity.hpp
|
Fix randomization of snapped params.
|
4 years ago |
asset.hpp
|
Add system::join(). Add asset::module().
|
4 years ago |
audio.hpp
|
Add `rack::Exception` catching to midi. Add exception throwing to RtMidi driver. Add `rack::getWithDefault()` to common.hpp.
|
4 years ago |
color.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
common.hpp
|
Move string::absolute, directory, filename, filenameBase, and filenameExtension to system::getAbsolute, getDirectory, getFilename, getStem, and getExtension. Reimplement most system:: functions using std::experimental::filesystem. Add system::doesExist, getFileSize, and getTempDir.
|
4 years ago |
componentlibrary.hpp
|
Add Audio-2 WIP.
|
4 years ago |
context.hpp
|
Remove Context::init(). Instead, initialize application manually in the standalone launcher.
|
4 years ago |
event.hpp
|
Add event::Event::unconsume().
|
4 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
|
Fix module and cable ID variables that were `int` instead of `int64_t`. Add `Engine::getNumCables()` and `Engine::getCableIds()`.
|
4 years ago |
keyboard.hpp
|
Add Mouse device to Computer keyboard/mouse MIDI driver.
|
4 years ago |
logger.hpp
|
Add function name to logger.
|
4 years ago |
math.hpp
|
Add operator overloads for math::Vec.
|
4 years ago |
midi.hpp
|
Add `rack::Exception` catching to midi. Add exception throwing to RtMidi driver. Add `rack::getWithDefault()` to common.hpp.
|
4 years ago |
network.hpp
|
Add cookie support to network::requestJson() and network::requestDownload().
|
4 years ago |
patch.hpp
|
Make system::archiveFolder and unarchiveToFolder work on Windows with
|
4 years ago |
plugin.hpp
|
Add rough code for synchronizing module whitelist from VCV Library.
|
4 years ago |
rack.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
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.
|
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
|
Change `settings::moduleWhitelist` from a map of vectors to a map of sets.
|
4 years ago |
string.hpp
|
Move string::absolute, directory, filename, filenameBase, and filenameExtension to system::getAbsolute, getDirectory, getFilename, getStem, and getExtension. Reimplement most system:: functions using std::experimental::filesystem. Add system::doesExist, getFileSize, and getTempDir.
|
4 years ago |
svg.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
system.hpp
|
Add `compressionLevel` argument to `system::archiveFolder()`.
|
4 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 |
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
|
Refactor Window methods for getting frame times.
|
4 years ago |