Hello HN!<p>This is a Python app I've built for fun, while learning the Textual library, it's a piano/synthesizer app that you can play with the keyboard + mouse.<p>You can see a demo video of it here: <a href="https://www.youtube.com/watch?v=0VXit110PcA">https://www.youtube.com/watch?v=0VXit110PcA</a><p>You need to install FluidSynth before using it: <a href="https://www.fluidsynth.org/" rel="nofollow noreferrer">https://www.fluidsynth.org/</a><p>It uses the Python bindings pyFluidSynth library: <a href="https://github.com/nwhitehead/pyfluidsynth">https://github.com/nwhitehead/pyfluidsynth</a>
And the General User GS soundfont: <a href="http://www.schristiancollins.com/generaluser.php" rel="nofollow noreferrer">http://www.schristiancollins.com/generaluser.php</a><p>If you try it out, i'd love to hear if you think it's cool, and if you have ideas on what could make it even cooler. =)