cwSvgScoreFollow.h : Moved ssf_note_on_t to cwScoreFollowerPerf.h.

This commit is contained in:
kevin 2023-05-25 16:05:19 -04:00
parent 1789e6634a
commit aefa0eb1d8

View File

@ -2,14 +2,6 @@ namespace cw
{ {
namespace score_follower 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, rc_t svgScoreFollowWrite( cmScH_t cmScH,
cmScMatcher* matcher, cmScMatcher* matcher,