I have been testing the graph tool for a while, and find out that I the rawChannels array cannot take more than 480 elements for each channel, thus created a problem like this

File used
Starfield L.txt
Starfield R.txt
Not sure what is the issue though. Since #loadFiles() seems to work like intended.
Edit: After a while, I found out it is due to the config.js only parse from line 2 to line 482 might cause the problem. Issue renamed to make a propose instead