Csound and CsoundAC API
5.17
|
#include <allegro.h>
Public Member Functions | |
Alg_beats () | |
void | insert (long i, Alg_beat_ptr beat) |
Alg_beat & | operator[] (int i) |
~Alg_beats () |
Data Fields | |
Alg_beat_ptr | beats |
long | len |
Private Member Functions | |
void | expand () |
Private Attributes | |
long | maxlen |
|
inline |
References beats.
|
private |
Referenced by Alg_beats().
void Alg_beats::insert | ( | long | i, |
Alg_beat_ptr | beat | ||
) |
Alg_beat_ptr Alg_beats::beats |
Referenced by Alg_beats(), operator[](), and ~Alg_beats().
long Alg_beats::len |
Referenced by Alg_beats(), Alg_time_map::length(), and operator[]().
|
private |
Referenced by Alg_beats().