←back to thread

109 points bcowde | 2 comments | | HN request time: 0s | source

I made a software library for displaying piano music 7 years back, and recently ported it to the web (which is now easier than even ever).

It displays sheet music as you play, and let's you take snapshots of specific chords, then keeps a running list of chords as keyboard visuals (instead of just displaying sheet music).

Just a simple tool for songwriting/ figuring out songs by ear, or just understanding music key theory (which I'm admittedly a still a beginner at).

Show context
earlyriser ◴[] No.43515245[source]
Not sure if you can help me here or someone reading this.

I'm trying to find something to programatically make piano sounds (and record an mp3) based on 2 params midi note and velocity. I'm making a videogame and I need the mp3 piano notes.

I got a free piano sample library, but the sounds start not always at the same microsecond, so I think I need to produce the samples by myself.

replies(4): >>43515418 #>>43515859 #>>43516408 #>>43516490 #
1. darepublic ◴[] No.43515859[source]
Can you edit the sound files with ffmpeg to get rid of any empty space before the sound effect?
replies(1): >>43516730 #
2. earlyriser ◴[] No.43516730[source]
Yes, I could do that, but I'm not happy also with the quality of the samples and I need to produce more velocities.