Deluge Firmware
|
#include <PatchCable.h>
Public Member Functions | |
PatchCable () | |
void | setup (uint8_t newFrom, uint8_t newTo, int32_t newAmount) |
bool | isActive () |
void | initAmount (int32_t value) |
void | makeUnusable () |
Public Attributes | |
uint8_t | from |
ParamDescriptor | destinationParamDescriptor |
AutoParam | param |
int32_t const * | rangeAdjustmentPointer |
PatchCable::PatchCable | ( | ) |
void PatchCable::initAmount | ( | int32_t | value | ) |
bool PatchCable::isActive | ( | ) |
void PatchCable::makeUnusable | ( | ) |
void PatchCable::setup | ( | uint8_t | newFrom, |
uint8_t | newTo, | ||
int32_t | newAmount | ||
) |
ParamDescriptor PatchCable::destinationParamDescriptor |
uint8_t PatchCable::from |
AutoParam PatchCable::param |
int32_t const* PatchCable::rangeAdjustmentPointer |