#include <CHOP_Notes.h>
Public Member Functions | |
| CHOP_Notes () | |
| ~CHOP_Notes () | |
| int | putNote (float t, int index) |
| int | putNote (int index, const char *) |
| int | putNote (float t, const char *) |
| const char * | getNote (int index) const |
| const char * | getNote (float t0) const |
| int | getNotes (float t0, float t1, CHOP_NoteList &clist, CHOP_TimeList &tlist) const |
| void | clearNotes () |
| int | save (ostream &os, int binary) |
| bool | load (UT_IStream &is) |
Definition at line 34 of file CHOP_Notes.h.
| CHOP_Notes::CHOP_Notes | ( | ) |
| CHOP_Notes::~CHOP_Notes | ( | ) |
| void CHOP_Notes::clearNotes | ( | ) |
| const char* CHOP_Notes::getNote | ( | float | t0 | ) | const |
| const char* CHOP_Notes::getNote | ( | int | index | ) | const |
| int CHOP_Notes::getNotes | ( | float | t0, | |
| float | t1, | |||
| CHOP_NoteList & | clist, | |||
| CHOP_TimeList & | tlist | |||
| ) | const |
| bool CHOP_Notes::load | ( | UT_IStream & | is | ) |
| int CHOP_Notes::putNote | ( | float | t, | |
| const char * | ||||
| ) |
| int CHOP_Notes::putNote | ( | int | index, | |
| const char * | ||||
| ) |
| int CHOP_Notes::putNote | ( | float | t, | |
| int | index | |||
| ) |
| int CHOP_Notes::save | ( | ostream & | os, | |
| int | binary | |||
| ) |
1.5.9