more keyboard interact. mouse interact
This commit is contained in:
1
note.h
1
note.h
@@ -12,6 +12,7 @@ class Note {
|
||||
void Set(const uint16_t note);
|
||||
void SetAbsoluteNote(const uint8_t note);
|
||||
void SetNote(const uint8_t note);
|
||||
void SetFirstNote(const uint8_t note, const uint8_t octave, const uint8_t instrument, const uint8_t volume, const uint8_t effect);
|
||||
void SetOctave(const uint8_t octave);
|
||||
void SetInstrument(const uint8_t instrument);
|
||||
void SetVolume(const uint8_t volume);
|
||||
|
||||
Reference in New Issue
Block a user