Consistent clock behavior for ext cv and midi.

This commit is contained in:
2025-06-02 21:56:17 -07:00
parent 8cf64fefca
commit 01bf09d4f5
4 changed files with 79 additions and 51 deletions

View File

@ -37,10 +37,10 @@ class Gravity {
AnalogInput cv2;
private:
void InitClock();
void InitDisplay();
void InitInputs();
void InitOutputs();
void initClock();
void initDisplay();
void initInputs();
void initOutputs();
};
extern Gravity gravity;