What does it do ?
Adds 3 instruments to the programmable speaker, one called "Grand Piano (staccato) ", another one "Grand Piano (short) " and "Grand Piano (pedal)" with 96 notes, from F1 to E9 for you to make music or alerts.
"Grand Piano (staccato)" : samples last exactly 0.5 second or 30 ticks, shorter than the originals, the result sounds a bit too fast for the lower notes , but may be necessary to play fast melodies like in the video.
I used a player that i believed had 88 different samples, but i repitched the 1 and 88 to extend to 96 notes to have the signals numbers the same as in the game and match the other instruments. So most of the notes are "true" piano apart at the very ends.
( it misses some notes it's just an example to compare with the next one)
"Grand Piano (short)" : samples last 1 second or 60 ticks, with roughly half being the note, and the rest the decay and silence. Quite similar to the game's one.
Samples were made from a default FL plugin "key", which itself only contains only 30 original sample that are repitched which can be heard when playing each note in a row, sometimes it feels like there's a "jump". This may change in the future if it improve quality. ( added staccato since)
"Grand Piano (pedal)": samples last 4 second or 240 ticks, where the note is sustained as if the pedal was pressed, the same piano as Grand Piano (short) was used so they can be used as one.
Samples were made from a default FL plugin "key", which itself only contains only 30 original sample that are repitched which can be heard when playing each note in a row, sometimes it feels like there's a "jump". This may change in the future if it improve quality. ( added staccato since)
Here is a quickly made demo video where you can hear the sound of the last 2 pianos :
Note that i half-randomly assigned one or the other piano to each of the speaker, and added the combinators to add 3 octaves ( 12 *3 ) to the original MIDItorio blueprint. This is not the best rendition of either the melody and the instruments , and the compression for the video isn't helping ! It should sound much better in your game :)
Future
It is possible that additionnal pianos be added on the same mod later.
Please feel free to point out mistakes or suggest improvement !