.. |
app
|
Use float instead of int for sample rates in audio:: namespace.
|
3 years ago |
core
|
Use float instead of int for sample rates in audio:: namespace.
|
3 years ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
4 years ago |
engine
|
Rename "step" terminology of Engine to "block". Tweak ModuleWidget meter appearance.
|
3 years ago |
plugin
|
Add ModularGrid link to module Info menu. Add more tips to tip window.
|
4 years ago |
ui
|
Tweak behavior of word jumping in TextField.
|
3 years ago |
widget
|
Rewrite module browser's ModelBox to support changing zoom. Add FramebufferWidget::setDirty().
|
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
|
Use float instead of int for sample rates in audio:: namespace.
|
3 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
|
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
|
Use a ~15px dragging threshold when dragging a Module from the Module Browser, so that clicking it makes it stay in the last right-clicked position. Make event framework trigger DragHover before DragMove.
|
3 years ago |
gamepad.cpp
|
Generate 14-bit MIDI CC with gamepad driver. (Untested)
|
4 years ago |
history.cpp
|
Rename bypassed to bypass everywhere.
|
4 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
|
Rename system::getRuntime() to getTime().
|
3 years ago |
midi.cpp
|
Rename system::getRuntime() to getTime().
|
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
|
Rename system::getRuntime() to getTime().
|
3 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
|
Use float instead of int for sample rates in audio:: namespace.
|
3 years ago |
rtmidi.cpp
|
Rename system::getRuntime() to getTime().
|
3 years ago |
settings.cpp
|
Implement all sorting options to module browser.
|
3 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
|
Rename system::getRuntime() to getTime().
|
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
|
Add Window::step().
|
3 years ago |