summaryrefslogtreecommitdiffstats
path: root/src/sequencer.c
diff options
context:
space:
mode:
authorgrm <grm@eyesin.space>2025-11-23 22:54:56 +0200
committergrm <grm@eyesin.space>2025-11-23 22:54:56 +0200
commita4acc4cd3a4ef237fb7238894336bbc4af659e07 (patch)
tree68d05d5cc4c1900e6c19ee9bf3b6b06a1ce5fafd /src/sequencer.c
parent8f00dd3df55677beff2924d2c6eec205744ebdf6 (diff)
downloadsynth-project-a4acc4cd3a4ef237fb7238894336bbc4af659e07.tar.gz
synth-project-a4acc4cd3a4ef237fb7238894336bbc4af659e07.tar.bz2
synth-project-a4acc4cd3a4ef237fb7238894336bbc4af659e07.zip
add lsan supression
Diffstat (limited to 'src/sequencer.c')
-rw-r--r--src/sequencer.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sequencer.c b/src/sequencer.c
index 5687640..12c0741 100644
--- a/src/sequencer.c
+++ b/src/sequencer.c
@@ -14,12 +14,6 @@
#define MIDI_CHANNEL 0
#define SLEEP_INTERVAL_MS 2.0 // main loop sleep
-
-
-//-------------------------------------------------
-// Helper for time math
-//-------------------------------------------------
-
typedef struct step_t {
PmTimestamp note_on;
PmTimestamp note_off;