AlphaTab.Rendering.Utils.AccidentalHelper.GetNoteLine C# (CSharp) Method

GetNoteLine() public method

public GetNoteLine ( Note n ) : int
n AlphaTab.Model.Note
return int
        public int GetNoteLine(Note n)
        {
            return _appliedScoreLines[GetNoteId(n)];
        }