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 c932654768 Set larger default zoom level. Fix bug in translucent MenuOverlay 4 years ago
..
app Set larger default zoom level. Fix bug in translucent MenuOverlay 4 years ago
core Change timestamps from int64_t to double, and define epoch as when `system::init()` is called. 4 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Change timestamps from int64_t to double, and define epoch as when `system::init()` is called. 4 years ago
plugin Add ModularGrid link to module Info menu. Add more tips to tip window. 4 years ago
ui Set larger default zoom level. Fix bug in translucent MenuOverlay 4 years ago
widget Add tip window. Add "showTipsOnLaunch" and "tipIndex" to settings. 4 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 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. 6 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 Clean up autosave directory of removed modules when saving a patch and closing. Check for magic number of Zstandard format to find out whether a patch is legacy pre-v2. 4 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 Rename bypassed to bypass everywhere. 4 years ago
keyboard.cpp Add Mouse device to Computer keyboard/mouse MIDI driver. 5 years ago
library.cpp Rearrange Library menu items. Change library plugin update period to 15 seconds. 4 years ago
logger.cpp Change timestamps from int64_t to double, and define epoch as when `system::init()` is called. 4 years ago
midi.cpp Change timestamps from int64_t to double, and define epoch as when `system::init()` is called. 4 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 Change timestamps from int64_t to double, and define epoch as when `system::init()` is called. 4 years ago
plugin.cpp Change file extension of plugin packages to .vcvplugin. 4 years ago
random.cpp Use more precise conversion from uint64_t -> float on [0,1) for `random::uniform()`. 4 years ago
rtaudio.cpp Revert "Fix rtaudio include path" 4 years ago
rtmidi.cpp Change timestamps from int64_t to double, and define epoch as when `system::init()` is called. 4 years ago
settings.cpp Set larger default zoom level. Fix bug in translucent MenuOverlay 4 years ago
string.cpp Fix correctness error in CaseInsensitiveCompare::operator() by rolling my own implementation. 4 years ago
svg.cpp Auto-format code with astyle. 5 years ago
system.cpp Change timestamps from int64_t to double, and define epoch as when `system::init()` is called. 4 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
window.cpp Take screenshot when patch is saved (Currently disabled). 4 years ago