Melody strategy
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef TRACKER_TYPES_H
|
||||
#define TRACKER_TYPES_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct Step {
|
||||
int8_t note; // MIDI Note (0-127), -1 for OFF
|
||||
bool accent;
|
||||
bool tie;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user