basic channels mixing pressing SPACE

This commit is contained in:
2021-09-15 12:20:57 +02:00
parent d5262780f4
commit 636fd2c0fb
3 changed files with 23 additions and 10 deletions

View File

@@ -16,7 +16,8 @@
class toneGen {
public:
toneGen(const int note_length);
toneGen();
void setNoteLength(const int note_length);
void setup(const uint8_t note, const uint8_t instrument, const uint8_t volume, const uint8_t effect);
void setup(const uint16_t tracker_note);
const int getSamples(const int numSamples, Sint16 *buffer);