|
LMMS
|
#include <Dump.h>
Public Member Functions | |
| Dump () | |
| ~Dump () | |
| void | startnow () |
| void | inctick () |
| void | dumpnote (char chan, char note, char vel) |
| void | dumpcontroller (char chan, unsigned int type, int par) |
Private Attributes | |
| FILE * | file |
| int | tick |
| int | k |
| int | keyspressed |
Object used to dump the notes into a text file
see if this object should have knowledge about the file that it will write to
upgrade from stdio to iostream
| Dump::Dump | ( | ) |
Constructor
| Dump::~Dump | ( | ) |
Destructor Closes the dumpfile
Dump the Controller
| chan | The channel of the Controller |
| type | The type |
| par | The value of the controller |
| void Dump::dumpnote | ( | char | chan, |
| char | note, | ||
| char | vel ) |
Dump Note to dumpfile
| chan | The channel of the note |
| note | The note |
| vel | The velocity of the note |
| void Dump::inctick | ( | ) |
Tick the timestamp
| void Dump::startnow | ( | ) |
Open dumpfile and prepare it for dumps
|
private |
|
private |
|
private |
|
private |