AlphaTab.Rendering.Effects.NoteVibratoEffectInfo.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.Vibrato != VibratoType.None || (note.IsTieDestination && note.TieOrigin.Vibrato != VibratoType.None);
        }