The low notes do sound pretty bad. I changed the default sound back to the old one but I also added a choice between electric/grand piano.
If you want to use the new sound, run this in the console to highlight all of the piano notes so you can change them:
If you want to use the new sound, run this in the console to highlight all of the piano notes so you can change them:
Code:
for(var i = 0; i < song.notes.length; i++) {if(song.notes[i].instrument==0){select(song.notes[i])}}