Skip to content

Commit

Permalink
chore(DmPerformance): add note about unavailability of MIDI CC 2/4
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Sep 22, 2024
1 parent f5f8a1d commit 064dc7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Performance.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ static DmResult DmPattern_generateCurveMessages(DmPart* part,
break;
case DmCurveType_MONO_AFTERTOUCH:
case DmCurveType_POLY_AFTERTOUCH:
// NOTE(lmichaelis): This is MIDI CC 2 (Breath Controller) and MIDI CC 4 (Foot Pedal). Neither are
// implemented in TSF and only CC 2 is implemented in FluidSynth with some caveats.
Dm_report(DmLogLevel_WARN,
"DmPerformance: Curve type %d not implemented (midi channel pressure)",
curve.event_type);
Expand Down

0 comments on commit 064dc7b

Please sign in to comment.