Convenience struct holding relevant positional info about a loop the host may currently be running. More...
#include <mostlyharmless_TransportState.h>
Public Attributes | |
double | startBeats |
double | endBeats |
double | startSeconds |
double | endSeconds |
Convenience struct holding relevant positional info about a loop the host may currently be running.
double mostly_harmless::LoopInfo::endBeats |
The position of the end of the loop, in beats.
double mostly_harmless::LoopInfo::endSeconds |
The position of the end of the loop, in seconds.
double mostly_harmless::LoopInfo::startBeats |
The position of the start of the loop, in beats.
double mostly_harmless::LoopInfo::startSeconds |
The position of the start of the loop, in seconds.