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 e875096728 Change PortTooltip input/output labels. 5 years ago
..
app Change PortTooltip input/output labels. 5 years ago
core Add timestamp to MIDI message. Make MIDI-* modules wait until a message is `stepFrames` frames old until processing it, improving MIDI stability. Add Engine::getStepFrame, getStepTime, and getStepFrames. 5 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Allow left button to scroll ScrollWidget, so that the rack and other scroll containers can be scrolled with a touch screen. 5 years ago
plugin Rename module disabling to bypassing. 5 years ago
ui Allow left button to scroll ScrollWidget, so that the rack and other scroll containers can be scrolled with a touch screen. 5 years ago
widget Auto-format code with astyle. 5 years ago
Quantity.cpp Refactor Quantity. Fix SvgKnob for parameters with 0 range. 5 years ago
app.cpp Make headless mode work somewhat. 5 years ago
asset.cpp Add proper app bundle detection on Mac. 5 years ago
audio.cpp Update midi API to behave similarly to audio API. 5 years ago
color.cpp Use <> instead of "" for include directive. 6 years ago
dep.cpp Don't use GLU in dep.cpp either. 5 years ago
event.cpp Implement scaled linear and rotary knob modes. 5 years ago
gamepad.cpp Implement gamepad::InputDevice::getName(). 5 years ago
history.cpp Add limit to undo history (currently 500 actions). 5 years ago
keyboard.cpp Update midi API to behave similarly to audio API. 5 years ago
logger.cpp Add system::getNanoseconds(). Use it instead of std::chrono. 5 years ago
main.cpp Make headless mode work somewhat. 5 years ago
midi.cpp Add timestamp to MIDI message. Make MIDI-* modules wait until a message is `stepFrames` frames old until processing it, improving MIDI stability. Add Engine::getStepFrame, getStepTime, and getStepFrames. 5 years ago
network.cpp Add network::init(). Add asset::bundlePath. 5 years ago
patch.cpp Added "recentPatchPaths" to settings.json and a "Open recent" menu item. 5 years ago
plugin.cpp Move moduleFromJson from engine to plugin namespace. Move Engine mutex lock at the top of Engine::step(). 5 years ago
random.cpp Use 64-bit atomic for thread counter in random seed initialization. 5 years ago
rtaudio.cpp Add timestamp to MIDI message. Make MIDI-* modules wait until a message is `stepFrames` frames old until processing it, improving MIDI stability. Add Engine::getStepFrame, getStepTime, and getStepFrames. 5 years ago
rtmidi.cpp Make midi::Message a wrapper for std::vector<uint8_t> since MIDI messages have unbounded size (due to SysEx). 5 years ago
settings.cpp Added "recentPatchPaths" to settings.json and a "Open recent" menu item. 5 years ago
string.cpp Use zlib types for string::compress/uncompress implementation. 5 years ago
svg.cpp Auto-format code with astyle. 5 years ago
system.cpp Add system::getNanoseconds(). Use it instead of std::chrono. 5 years ago
tag.cpp Add tag::getTag(). 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 Add sort-of-automatic updater on Linux. 5 years ago
window.cpp Add back "allowCursorLock" to settings and menu bar. 5 years ago