|
Carla Backend
|
#include <CarlaEngine.hpp>
Public Member Functions | |
| virtual | ~CarlaEngineCVSourcePorts () |
| virtual bool | addCVSource (CarlaEngineCVPort *port, uint32_t portIndexOffset, bool reconfigureNow) |
| virtual bool | removeCVSource (uint32_t portIndexOffset) |
| virtual void | initPortBuffers (const float *const *buffers, uint32_t frames, bool sampleAccurate, CarlaEngineEventPort *eventPort) |
| bool | setCVSourceRange (uint32_t portIndexOffset, float minimum, float maximum) |
| void | cleanup () |
Carla Engine Meta CV Port. FIXME needs a better name...
|
virtual |
The destructor.
|
virtual |
Add a CV port as a source of events.
|
virtual |
Remove a CV port as a source of events.
|
virtual |
Get events and add them to an event port. FIXME needs a better name...
| bool CarlaEngineCVSourcePorts::setCVSourceRange | ( | uint32_t | portIndexOffset, |
| float | minimum, | ||
| float | maximum | ||
| ) |
Set value range for a CV port.
| void CarlaEngineCVSourcePorts::cleanup | ( | ) |
Destroy all ports.
1.8.17