getNoteName
- Last UpdatedJan 30, 2023
- 1 minute read
This method is supposed to have access to a list of note name strings. The input parameter <NoteInd> is an integer index and should return the list value as a string if the index is within the bounds of the list. If the index is outside the list bounds the nil object should be returned. The string is supposed to be unique among the strings in the list, and must not be longer than 80 characters.
The storing of the note names is free as long as they can be accessed as an indexed list through the method getNoteName. The note names are used to present a list of available notes to select from in the function that set configurable notes.