Added sequence recorder

This commit is contained in:
2023-08-02 23:29:44 +03:00
parent c79c8e4ae5
commit a40f7ec67d
3 changed files with 23 additions and 11 deletions

View File

@ -81,6 +81,7 @@ int playingModes[6]; //actual channel modes array updated from channels object
unsigned int pulsePeriod;
bool isPlaying = false;
bool isRecording = false;
unsigned int tickCount = 0;
unsigned int pulseCount = 0;