mirror of
https://github.com/erik-toth/audio-synth.git
synced 2025-12-06 18:40:01 +00:00
Refactor code structure for improved readability and maintainability, imporved matrix read, improved SB button read
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
@author: Erik Tóth
|
||||
@contact: etoth@tsn.at
|
||||
@date: 2025-10-26
|
||||
@brief: Header for FIRMWARE.cpp
|
||||
@updated: 2025-12-06
|
||||
@brief: Header for FIRMWARE.cpp (FIXED)
|
||||
*/
|
||||
#include <Arduino.h>
|
||||
#include <Wire.h>
|
||||
@@ -139,6 +140,7 @@ class SequencerBlock
|
||||
unsigned long _lastStepTime;
|
||||
unsigned long _playStartTime;
|
||||
unsigned long _stepStartTime;
|
||||
unsigned long _lastAddStepTime; // NEU: Rate-Limiting
|
||||
|
||||
// Status flags
|
||||
bool _isRecording;
|
||||
|
||||
Reference in New Issue
Block a user