NoteData.h File Reference
#include <vector>
#include "Pitch.h"
Include dependency graph for NoteData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NoteData
 Note record used when constructing synthetic events for sonification. More...
 

Typedefs

typedef std::vector< NoteDataNoteList
 

Typedef Documentation

typedef std::vector<NoteData> NoteList

Definition at line 48 of file NoteData.h.