|
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 |
| Alg_beats::~Alg_beats | ( | ) | [inline] |
References beats.
| void Alg_beats::expand | ( | ) | [private] |
Referenced by Alg_beats().
| void Alg_beats::insert | ( | long | i, |
| Alg_beat_ptr | beat | ||
| ) |
Referenced by Alg_beats(), operator[](), and ~Alg_beats().
| long Alg_beats::len |
Referenced by Alg_beats(), Alg_time_map::length(), and operator[]().
long Alg_beats::maxlen [private] |
Referenced by Alg_beats().
1.7.6.1