Hydrogen - Linux Drum Machine |
#include <Song.h>
Inheritance diagram for InstrumentList:
Public Member Functions | |
virtual string | getClassName () |
Return the class name. | |
InstrumentList () | |
Constructor. | |
~InstrumentList () | |
Destructor. | |
void | add (Instrument *newPattern) |
Instrument * | get (unsigned int pos) |
unsigned int | getSize () |
void | replaceSample (Instrument *newInstrument, int pos) |
Replace the instrument sample. | |
Private Attributes | |
vector< Instrument * > | list |