#include <CarlaEngine.hpp>
◆ CarlaEngineCVPort()
| CarlaEngineCVPort::CarlaEngineCVPort |
( |
const CarlaEngineClient & | client, |
|
|
bool | isInputPort, |
|
|
uint32_t | indexOffset ) |
|
noexcept |
The constructor. All constructor parameters are constant and will never change in the lifetime of the port.
◆ ~CarlaEngineCVPort()
| CarlaEngineCVPort::~CarlaEngineCVPort |
( |
| ) |
|
|
overridenoexcept |
◆ getType()
|
|
inlinefinalvirtualnoexcept |
Get the type of the port, in this case kEnginePortTypeCV.
Implements CarlaEnginePort.
◆ initBuffer()
| void CarlaEngineCVPort::initBuffer |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ getBuffer()
| float * CarlaEngineCVPort::getBuffer |
( |
| ) |
const |
|
inlinenoexcept |
Direct access to the port's CV buffer. May be null.
◆ getRange()
| void CarlaEngineCVPort::getRange |
( |
float & | min, |
|
|
float & | max ) const |
|
inlinenoexcept |
Get min/max range for this CV port.
◆ setRange()
| void CarlaEngineCVPort::setRange |
( |
float | min, |
|
|
float | max ) |
|
noexcept |
Set min/max range for this CV port.
The documentation for this class was generated from the following file: