This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | RLEListResult RLEListRemove(RLEList list, int index) { | |
| if(!list) { | |
| return RLE_LIST_NULL_ARGUMENT; | |
| } | |
| if(index < 0 || index >= RLEListSize(list)) { | |
| return RLE_LIST_INDEX_OUT_OF_BOUNDS; | |
| } | |
| RLEList lastNode = list; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "C0": 16.35, | |
| "C#0": 17.32, | |
| "Db0": 17.32, | |
| "D0": 18.35, | |
| "D#0": 19.45, | |
| "Eb0": 19.45, | |
| "E0": 20.60, | |
| "F0": 21.83, | |
| "F#0": 23.12, |