sound tuning
This commit is contained in:
@ -42,7 +42,6 @@ typedef enum {
|
||||
|
||||
typedef struct {
|
||||
uint16_t idx;
|
||||
uint8_t chip;
|
||||
uint16_t lengthCnt;
|
||||
t_sequencerState state;
|
||||
uint8_t amplitude;
|
||||
@ -53,10 +52,11 @@ typedef struct {
|
||||
#define NUM_OF_CHANNELS 3
|
||||
typedef struct {
|
||||
uint8_t slotMask;
|
||||
uint8_t chip;
|
||||
uint8_t taskId;
|
||||
uint16_t quarterLength;
|
||||
uint8_t numOfMelodies;
|
||||
uint8_t pace; // quarter notes per minute
|
||||
uint16_t pace; // quarter notes per minute
|
||||
uint8_t sync;
|
||||
t_melody melodies[NUM_OF_CHANNELS];
|
||||
} t_melodies;
|
||||
|
Reference in New Issue
Block a user