basic channels mixing pressing SPACE
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user