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

GetNoteId() private method

private GetNoteId ( Note n ) : string
n AlphaTab.Model.Note
return string
        private string GetNoteId(Note n)
        {
            return n.Beat.Index + "-" + n.Beat.Voice.Index + "-" + n.Index;
        }