AlphaTab.Rendering.Effects.NoteVibratoEffectInfo.ShouldCreateGlyphForNote C# (CSharp) 메소드

ShouldCreateGlyphForNote() 보호된 메소드

protected ShouldCreateGlyphForNote ( EffectBarRenderer renderer, Note note ) : bool
renderer EffectBarRenderer
note AlphaTab.Model.Note
리턴 bool
        protected override bool ShouldCreateGlyphForNote(EffectBarRenderer renderer, Note note)
        {
            return note.Vibrato != VibratoType.None || (note.IsTieDestination && note.TieOrigin.Vibrato != VibratoType.None);
        }