.. |
app
|
Rename PRIVATE macro to INTERNAL.
|
3 years ago |
dsp
|
Use generic type for literals in ODE algorithms.
|
4 years ago |
engine
|
Rename PRIVATE macro to INTERNAL.
|
3 years ago |
plugin
|
Add ModularGrid link to module Info menu. Add more tips to tip window.
|
4 years ago |
simd
|
Move some vector.hpp functions to functions.hpp.
|
4 years ago |
ui
|
Enable MenuOverlay darkening again. Use MenuOverlay subclass for
|
3 years ago |
widget
|
Change `bypass` variable name to `bypassed` when appropriate.
|
3 years ago |
Quantity.hpp
|
Add ui::OptionButton. Replace ShowButton with OptionButton in tip window. Add a few tips.
|
4 years ago |
asset.hpp
|
Add system::join(). Add asset::module().
|
4 years ago |
audio.hpp
|
Make AudioInterface handle devices with 0 inputs or 0 outputs better. Clear engine buffers more aggressively, especially for the primary module.
|
3 years ago |
color.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
common.hpp
|
Make INTERNAL macro use hidden visibility instead of internal.
|
3 years ago |
componentlibrary.hpp
|
Add AudioButton and MidiButton and Component Library subclasses with graphics.
|
4 years ago |
context.hpp
|
Remove Context::init(). Instead, initialize application manually in the standalone launcher.
|
4 years ago |
event.hpp
|
Use ⌘ instead of Cmd for key command names on Mac.
|
3 years ago |
gamepad.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
helpers.hpp
|
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 |
history.hpp
|
Change `bypass` variable name to `bypassed` when appropriate.
|
3 years ago |
keyboard.hpp
|
Add Mouse device to Computer keyboard/mouse MIDI driver.
|
4 years ago |
library.hpp
|
Add auto-updating of plugins with a 60-second interval. Refactor updating and syncing of plugins.
|
4 years ago |
logger.hpp
|
Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings.
|
3 years ago |
math.hpp
|
Add operator overloads for math::Vec.
|
4 years ago |
midi.hpp
|
Change timestamps from int64_t to double, and define epoch as when `system::init()` is called.
|
3 years ago |
network.hpp
|
Refactor plugin syncing in `library::`.
|
4 years ago |
patch.hpp
|
Remove "patchPath" from settings. Store path and unsaved status in patch itself. Fix bug where crash leaves old patch path in settings while new patch is loaded in autosave. Add more dialog messages to PatchManager.
|
3 years ago |
plugin.hpp
|
Rename `updater::` to `library::`. Move VCV Library synchronization code from `plugin::` to `library::`.
|
4 years ago |
rack.hpp
|
Make INTERNAL macro use hidden visibility instead of internal.
|
3 years ago |
rack0.hpp
|
Auto-format code with astyle.
|
5 years ago |
random.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
rtaudio.hpp
|
Restructure audio namespace to mirror midi class structure. (untested)
|
4 years ago |
rtmidi.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
settings.hpp
|
Remove "patchPath" from settings. Store path and unsaved status in patch itself. Fix bug where crash leaves old patch path in settings while new patch is loaded in autosave. Add more dialog messages to PatchManager.
|
3 years ago |
string.hpp
|
Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings.
|
3 years ago |
svg.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
system.hpp
|
Rename system::getRuntime() to getTime().
|
3 years ago |
tag.hpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
tinyexpr.h
|
Add tinyexpr library. Use tinyexpr for Quantity parsing.
|
4 years ago |
ui.hpp
|
Use <> instead of "" for include directive.
|
5 years ago |
weakptr.hpp
|
Don't use atomic for WeakPtr reference count.
|
4 years ago |
window.hpp
|
Add Window::step().
|
3 years ago |