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 a6dfc6bb76 Increase maximum number of audio device channel groups in `AudioWidget` to 16. 4 years ago
..
app Increase maximum number of audio device channel groups in `AudioWidget` to 16. 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. 5 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Omit duplicate tags in Model. 5 years ago
plugin Make module info context menu similar to VCV Library page. 4 years ago
ui Add get and set methods to Vec1. Add helper methods to Widget. Refactor ScrollWidget and ScrollBar. 5 years ago
widget Add get and set methods to Vec1. Add helper methods to Widget. Refactor ScrollWidget and ScrollBar. 5 years ago
Quantity.cpp Add Module::configButton() for configuring momentary switches (which I'll now call buttons). 5 years ago
asset.cpp Fix wchar_t/char16_t distinction on Windows. 5 years ago
audio.cpp Cache modules and cables in engine by ID. Add lock to Engine::reset/randomize/bypassModule(). Remove lock from Engine::get/setParam and get/setSmoothParam. 5 years ago
color.cpp Use <> instead of "" for include directive. 6 years ago
common.cpp Fix wchar_t/char16_t distinction on Windows. 5 years ago
context.cpp Remove Context::init(). Instead, initialize application manually in the standalone launcher. 5 years ago
dep.cpp Don't use GLU in dep.cpp either. 5 years ago
event.cpp Replace event::Zoom with event::Dirty. 5 years ago
gamepad.cpp Generate 14-bit MIDI CC with gamepad driver. (Untested) 5 years ago
history.cpp Make history actions fail silently instead of assert() when things go wrong. 5 years ago
keyboard.cpp Add Mouse device to Computer keyboard/mouse MIDI driver. 5 years ago
logger.cpp Disable stdout/stderr rerouting in logger. 5 years ago
midi.cpp Allow midi::Output::channel to be set to -1, which disables automatically setting outbound MIDI messages. 5 years ago
network.cpp Add cookie support to network::requestJson() and network::requestDownload(). 5 years ago
patch.cpp Fix compile issue on Windows by simplifying how recent patches are 5 years ago
plugin.cpp Fix wchar_t/char16_t distinction on Windows. 5 years ago
random.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 5 years ago
rtaudio.cpp Enable auto-connect for RtAudio JACK driver. 4 years ago
rtmidi.cpp Add delay queue to RtMidi output device that waits until the timestamp before sending message to device. 5 years ago
settings.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 5 years ago
string.cpp Make string::UTF16toUTF8 and UTF16toUTF8 Windows-only, and use 5 years ago
svg.cpp Auto-format code with astyle. 5 years ago
system.cpp Fix wchar_t/char16_t distinction on Windows. 5 years ago
tag.cpp Move tag documentation to Rack manual. 5 years ago
tinyexpr.c Add tinyexpr library. Use tinyexpr for Quantity parsing. 5 years ago
ui.cpp Auto-format code with astyle. 5 years ago
updater.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 5 years ago
window.cpp Move most FramebufferWidget member fields to an opaque pointer. 5 years ago