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 afdbb98f7f In Port method arguments, change `channel` type to uint8_t. 1 year ago
..
Cable.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
Engine.hpp Remove Engine::setFrame(). Guarantee that Engine frame only increases by 1 with no jumps. 1 year ago
Light.hpp Clean up engine doc comments. 3 years ago
LightInfo.hpp Clean up engine doc comments. 3 years ago
Module.hpp Change `side` argument from bool to uint8_t in Module::getExpander() and Module::ExpanderChangeEvent. 1 year ago
Param.hpp Add virtual ParamQuantity::toJson() and fromJson() so plugins can override JSON serialization behavior of params. 4 years ago
ParamHandle.hpp Fix module and cable ID variables that were `int` instead of `int64_t`. Add `Engine::getNumCables()` and `Engine::getCableIds()`. 4 years ago
ParamQuantity.hpp Rename ParamQuantity::set/getDirectValue() to set/getImmediateValue(). 1 year ago
Port.hpp In Port method arguments, change `channel` type to uint8_t. 1 year ago
PortInfo.hpp Add port name and "Duplicate/create new cable" to port context menu. 3 years ago