Skip to content

Commit

Permalink
fix #20993: send let ring to sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPudashkin committed Dec 17, 2024
1 parent b4f3204 commit c93a6aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/framework/musesampler/internal/musesamplersequencer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ static const std::unordered_map<ArticulationType, ms_NoteArticulation> ARTICULAT
{ ArticulationType::ColLegno, ms_NoteArticulation_ColLegno },
{ ArticulationType::SulTasto, ms_NoteArticulation_SulTasto },
{ ArticulationType::SulPont, ms_NoteArticulation_SulPonticello },

{ ArticulationType::LaissezVibrer, ms_NoteArticulation_LetRing },
};

static const std::unordered_map<ArticulationType, ms_NoteHead> NOTEHEAD_TYPES = {
Expand Down

0 comments on commit c93a6aa

Please sign in to comment.