Inner Metric Analysis code
 All Classes Namespaces Functions Variables Typedefs Pages
Classes | Typedefs
InnerMetricAnalysis Namespace Reference

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
 

Detailed Description

The namespace for this code.

Typedef Documentation

Time is used as a moment in time and as a time interval.

Weight is an integer weight for onsets and grid positions.