Gin
|
#include <gin_mseg.h>
Public Member Functions | |
void | toValueTree (juce::ValueTree v) |
void | fromValueTree (const juce::ValueTree &v) |
void | reset () |
Public Attributes | |
juce::Array< Point > | points |
int | numPoints = 0 |
int | maxPoints = 200 |
int | startIndex = 0 |
int | endIndex = 2 |
void MSEG::Data::toValueTree | ( | juce::ValueTree | v | ) |
References endIndex, numPoints, points, and startIndex.
References MSEG::Point::curve, endIndex, numPoints, points, reset(), startIndex, MSEG::Point::time, and MSEG::Point::value.
void MSEG::Data::reset | ( | ) |
References endIndex, numPoints, points, and startIndex.
Referenced by fromValueTree(), and MSEG::MSEG().
juce::Array<Point> MSEG::Data::points |
Referenced by fromValueTree(), MSEG::getPoints(), MSEG::getValueAt(), MSEG::MSEG(), MSEG::process(), reset(), MSEG::setPoints(), and toValueTree().
int MSEG::Data::numPoints = 0 |
Referenced by fromValueTree(), MSEG::getValueAt(), MSEG::MSEG(), reset(), MSEG::setPoints(), and toValueTree().
int MSEG::Data::maxPoints = 200 |
Referenced by MSEG::getMaxPoints(), and MSEG::MSEG().
int MSEG::Data::startIndex = 0 |
Referenced by fromValueTree(), MSEG::process(), reset(), and toValueTree().
int MSEG::Data::endIndex = 2 |
Referenced by fromValueTree(), MSEG::process(), reset(), and toValueTree().