AlphaTab.Rendering.Effects.LetRingEffectInfo.ShouldCreateGlyphForNote C# (CSharp) Method

ShouldCreateGlyphForNote() protected method

protected ShouldCreateGlyphForNote ( EffectBarRenderer renderer, Note note ) : bool
renderer EffectBarRenderer
note AlphaTab.Model.Note
return bool
        protected override bool ShouldCreateGlyphForNote(EffectBarRenderer renderer, Note note)
        {
            return note.IsLetRing;
        }