#include <PowerQuantise.h>
Collaboration diagram for TSE3::Util::PowerQuantise::Pattern:
Public Member Functions | |
Pattern () | |
TSE3::Clock | length () const |
void | setLength (TSE3::Clock length) |
size_t | size () const |
TSE3::Clock const & | operator[] (size_t n) const |
void | insert (TSE3::Clock point) |
void | erase (size_t n) |
void | erase (TSE3::Clock point) |
|
The default pattern is a 4/4 bar of crotchets. |
|
Returns the 'length' of the pattern. This is the time it spans before it repeats again. (If the Pattern contains any points after the length they are ignored).
|
|
Sets the Pattern length.
|
|
Returns the number of points in this Pattern. |
|
|
|
|