ref: 61fa74e8a4190be23da1046f2f792d5ff543f812
dir: /src/ft2_scopes.h/
#pragma once #include <stdint.h> #include <stdbool.h> #include "ft2_header.h" void resetOldScopeRates(void); int32_t getSamplePosition(uint8_t ch); void stopAllScopes(void); void refreshScopes(void); bool testScopesMouseDown(void); void drawScopes(void); void drawScopeFramework(void); bool initScopes(void); typedef struct lastChInstr_t { uint8_t sampleNr, instrNr; } lastChInstr_t; extern lastChInstr_t lastChInstr[MAX_VOICES];