.. |
app
|
Add system::join(). Add asset::module().
|
4 years ago |
core
|
CV-MIDI: Add back rate limiting to pitch wheel, mod wheel, velocity, and pan. CV-CC and CV-Gate: Add timestamps to generates MIDI messages.
|
4 years ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
4 years ago |
engine
|
Add system::join(). Add asset::module().
|
4 years ago |
plugin
|
Add system::join(). Add asset::module().
|
4 years ago |
ui
|
Add operator overloads for math::Vec.
|
4 years ago |
widget
|
Add `FramebufferWidget::dirtyOnSubpixelChange` setting. Disable it for the FramebufferWidget that contains the RackRail.
|
4 years ago |
Quantity.cpp
|
Add Module::configButton() for configuring momentary switches (which I'll now call buttons).
|
4 years ago |
asset.cpp
|
Add system::join(). Add asset::module().
|
4 years ago |
audio.cpp
|
Change `audio::Device::getSampleRates()` and `getBlockSizes()` to return a set instead of a vector.
|
4 years ago |
color.cpp
|
Use <> instead of "" for include directive.
|
5 years ago |
common.cpp
|
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 |
context.cpp
|
Remove Context::init(). Instead, initialize application manually in the standalone launcher.
|
4 years ago |
dep.cpp
|
Don't use GLU in dep.cpp either.
|
5 years ago |
event.cpp
|
Replace event::Zoom with event::Dirty.
|
4 years ago |
gamepad.cpp
|
Generate 14-bit MIDI CC with gamepad driver. (Untested)
|
4 years ago |
history.cpp
|
Make history actions fail silently instead of assert() when things go wrong.
|
4 years ago |
keyboard.cpp
|
Add Mouse device to Computer keyboard/mouse MIDI driver.
|
4 years ago |
logger.cpp
|
Disable stdout/stderr rerouting in logger.
|
4 years ago |
midi.cpp
|
Add `rack::Exception` catching to midi. Add exception throwing to RtMidi driver. Add `rack::getWithDefault()` to common.hpp.
|
4 years ago |
network.cpp
|
Add cookie support to network::requestJson() and network::requestDownload().
|
4 years ago |
patch.cpp
|
Add system::join(). Add asset::module().
|
4 years ago |
plugin.cpp
|
Add system::join(). Add asset::module().
|
4 years ago |
random.cpp
|
Use more precise conversion from uint64_t -> float on [0,1) for `random::uniform()`.
|
4 years ago |
rtaudio.cpp
|
Disable RTAUDIO_MINIMIZE_LATENCY in RtAudio driver.
|
4 years ago |
rtmidi.cpp
|
Add `rack::Exception` catching to midi. Add exception throwing to RtMidi driver. Add `rack::getWithDefault()` to common.hpp.
|
4 years ago |
settings.cpp
|
Change `settings::moduleWhitelist` from a map of vectors to a map of sets.
|
4 years ago |
string.cpp
|
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.cpp
|
Auto-format code with astyle.
|
5 years ago |
system.cpp
|
Add system::join(). Add asset::module().
|
4 years ago |
tag.cpp
|
Move tag documentation to Rack manual.
|
4 years ago |
tinyexpr.c
|
Add tinyexpr library. Use tinyexpr for Quantity parsing.
|
4 years ago |
ui.cpp
|
Auto-format code with astyle.
|
5 years ago |
updater.cpp
|
Add system::join(). Add asset::module().
|
4 years ago |
window.cpp
|
Add system::join(). Add asset::module().
|
4 years ago |