From aefa0eb1d8430e40a34a92a9c5a43edc19cb3191 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 25 May 2023 16:05:19 -0400 Subject: [PATCH] cwSvgScoreFollow.h : Moved ssf_note_on_t to cwScoreFollowerPerf.h. --- cwSvgScoreFollow.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cwSvgScoreFollow.h b/cwSvgScoreFollow.h index 462717e..5c0a6db 100644 --- a/cwSvgScoreFollow.h +++ b/cwSvgScoreFollow.h @@ -2,14 +2,6 @@ namespace cw { namespace score_follower { - typedef struct ssf_note_on_str - { - double sec; - unsigned muid; - uint8_t pitch; - uint8_t vel; - uint8_t pad[2]; - } ssf_note_on_t; rc_t svgScoreFollowWrite( cmScH_t cmScH, cmScMatcher* matcher,