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 dee649db0f Break Rack into libRack shared library and lightweight standalone Rack executable. 4 years ago
..
app Improve clarity and modularity of PatchManager methods. 4 years ago
core Add MPE mode to MIDI-CC and MIDI-Gate. 4 years ago
dsp Fix weird uninitialized memory error from Valgrind. 4 years ago
engine Make global context a thread_local variable. Add contextSet(). 4 years ago
plugin Move app::APP_*, ABI_*, and API_* variables to rack:: namespace. 4 years ago
ui Rename App to Context and app.hpp to context.hpp. The APP macro is still valid. 4 years ago
widget Rename App to Context and app.hpp to context.hpp. The APP macro is still valid. 4 years ago
Quantity.cpp Refactor Quantity. Fix SvgKnob for parameters with 0 range. 4 years ago
asset.cpp Make all environment init() functions re-entrant after calling destroy() if it exists. 4 years ago
audio.cpp Make global context a thread_local variable. Add contextSet(). 4 years ago
color.cpp Use <> instead of "" for include directive. 5 years ago
common.cpp Move app::APP_*, ABI_*, and API_* variables to rack:: namespace. 4 years ago
context.cpp Remove contextInit() and contextDestroy() since they don't really make sense with multiple instances. 4 years ago
dep.cpp Don't use GLU in dep.cpp either. 5 years ago
event.cpp Rename App to Context and app.hpp to context.hpp. The APP macro is still valid. 4 years ago
gamepad.cpp Fix some segfaults when destroying environment. 4 years ago
history.cpp Rename App to Context and app.hpp to context.hpp. The APP macro is still valid. 4 years ago
keyboard.cpp Update midi API to behave similarly to audio API. 4 years ago
logger.cpp Fix reentrancy of logger. 4 years ago
midi.cpp Make global context a thread_local variable. Add contextSet(). 4 years ago
network.cpp Enable CURLOPT_FOLLOWLOCATION in libcurl. 4 years ago
patch.cpp Fix some segfaults when destroying environment. 4 years ago
plugin.cpp Fix some segfaults when destroying environment. 4 years ago
random.cpp Use 64-bit atomic for thread counter in random seed initialization. 4 years ago
rtaudio.cpp Hard-code RtAudio driver names. 4 years ago
rtmidi.cpp Make midi::Message a wrapper for std::vector<uint8_t> since MIDI messages have unbounded size (due to SysEx). 4 years ago
settings.cpp Make all environment init() functions re-entrant after calling destroy() if it exists. 4 years ago
string.cpp Rewrite string::fromBase64() implementation. 4 years ago
svg.cpp Auto-format code with astyle. 5 years ago
system.cpp Replace fopen, remove, and rename on Windows with wrappers that call 4 years ago
tag.cpp Add speech tag. 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
updater.cpp Make all environment init() functions re-entrant after calling destroy() if it exists. 4 years ago
window.cpp Improve clarity and modularity of PatchManager methods. 4 years ago