The namespace for this code. More...
Classes | |
struct | TimeWeight |
Struct that contains an onset and a weight. More... | |
struct | Meter |
A meter is a number of onsets at a regular interval. More... | |
struct | NonIncreasingInputError |
Error class that is thrown if the onsets are not in increasing order. More... | |
class | Computer |
A class for performing Inner Metric Analysis computations. More... | |
Typedefs | |
typedef unsigned long | Time |
typedef unsigned long | Weight |
The namespace for this code.
Time is used as a moment in time and as a time interval.
Weight is an integer weight for onsets and grid positions.