Merge branch 'master' of https://github.com/tildearrow/furnace into x1_010
This commit is contained in:
commit
13e586fab2
4 changed files with 15 additions and 1 deletions
|
|
@ -29,6 +29,12 @@
|
|||
|
||||
#define addWrite(a,v) regWrites.push_back(DivRegWrite(a,v));
|
||||
|
||||
// HOW TO ADD A NEW COMMAND:
|
||||
// add it to this enum. then see playback.cpp.
|
||||
// there is a const char* cmdName[] array, which contains the command
|
||||
// names as strings for the commands (and other debug stuff).
|
||||
//
|
||||
// if you miss it, the program will crash or misbehave at some point.
|
||||
enum DivDispatchCmds {
|
||||
DIV_CMD_NOTE_ON=0,
|
||||
DIV_CMD_NOTE_OFF,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue