Deluge Firmware
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PatchCable Class Reference

#include <PatchCable.h>

Collaboration diagram for PatchCable:
Collaboration graph

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
 

Constructor & Destructor Documentation

◆ PatchCable()

PatchCable::PatchCable ( )

Member Function Documentation

◆ initAmount()

void PatchCable::initAmount ( int32_t  value)

◆ isActive()

bool PatchCable::isActive ( )

◆ makeUnusable()

void PatchCable::makeUnusable ( )

◆ setup()

void PatchCable::setup ( uint8_t  newFrom,
uint8_t  newTo,
int32_t  newAmount 
)

Member Data Documentation

◆ destinationParamDescriptor

ParamDescriptor PatchCable::destinationParamDescriptor

◆ from

uint8_t PatchCable::from

◆ param

AutoParam PatchCable::param

◆ rangeAdjustmentPointer

int32_t const* PatchCable::rangeAdjustmentPointer

The documentation for this class was generated from the following files: