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 898bc44794 Clean up MIDI-CV, CC, and Gate. 3 years ago
..
app Make fonts and images be permanently cached. Use font cache in LedDisplay. 3 years ago
core Clean up MIDI-CV, CC, and Gate. 3 years ago
dsp Fix weird uninitialized memory error from Valgrind. 4 years ago
engine Use Engine frame instead of seconds timestamp for midi::Message. 3 years ago
plugin Destroy system and plugin subsystems properly so they can be re-initialized. 3 years ago
ui Change `event::Foo` to `FooEvent`. 3 years ago
widget Rename new Widget methods. Add Rogan3PSWhite fg/bg test. 3 years ago
Quantity.cpp Add ui::OptionButton. Replace ShowButton with OptionButton in tip window. Add a few tips. 4 years ago
asset.cpp Add system::join(). Add asset::module(). 4 years ago
audio.cpp Split `audio::Port::offset` to inputOffset and outputOffset, and `audio::Port::maxChannels` to maxInputs and maxOutputs. 3 years ago
color.cpp Use <> instead of "" for include directive. 5 years ago
common.cpp Add user-defined literal suffixes for integer and float types. 3 years ago
context.cpp Destroy history after scene. 3 years ago
dep.cpp Change all deprecated APP->window->loadSvg() calls to Svg::load(). Fix FramebufferWidget::onContextDestroy() not unsetting framebuffer handle. 3 years ago
gamepad.cpp Generate 14-bit MIDI CC with gamepad driver. (Untested) 4 years ago
history.cpp Add hard-coded plugin/model slug fallbacks/aliases. Catch Exceptions from Module::fromJson(). 3 years ago
keyboard.cpp Add Mouse device to Computer keyboard/mouse MIDI driver. 4 years ago
library.cpp Rearrange Library menu items. Change library plugin update period to 15 seconds. 4 years ago
logger.cpp Remove window reopen test. Add mutexes to logger init/destroy. 3 years ago
midi.cpp Fix midi::Output names of devices. 3 years ago
network.cpp Make Module always deserialize "id", "leftModuleId", and "rightModuleId". Due to this, make pasting and cloning modules delete these properties from the JSON before `fromJson()` is called. 4 years ago
patch.cpp Use "Untitled.vcv" as default patch filename. 3 years ago
plugin.cpp Destroy system and plugin subsystems properly so they can be re-initialized. 3 years ago
random.cpp Use more precise conversion from uint64_t -> float on [0,1) for `random::uniform()`. 4 years ago
rtaudio.cpp Make AudioInterface handle devices with 0 inputs or 0 outputs better. Clear engine buffers more aggressively, especially for the primary module. 3 years ago
rtmidi.cpp Use Engine frame instead of seconds timestamp for midi::Message. 3 years ago
settings.cpp Add scroll wheel knob control setting. 3 years ago
string.cpp Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings. 3 years ago
svg.cpp Make fonts and images be permanently cached. Use font cache in LedDisplay. 3 years ago
system.cpp Destroy system and plugin subsystems properly so they can be re-initialized. 3 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
window.cpp Make fonts and images be permanently cached. Use font cache in LedDisplay. 3 years ago