TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Musical Graphs - Visualizing MIDI with Python and Graphviz

3 pointsby admtalover 1 year ago
I want to share some python code I wrote:<p>It’s a script that turns a MIDI file into an animated video.<p>The song is broken down into notes, and the paths between them are animated on a graph in time with the music.<p>There are some examples linked in the repo, I’m posting the vids on TikTok.<p>I had a lot of fun working on this, and if anyone has any feedback or ideas, or can suggest resources I’d appreciate it.<p>For next steps, I’d love to be able to add more sophisticated animations, and even add 3D elements.

1 comment

Rochusover 1 year ago
Looks nice, but what&#x27;s the purpose? Should it help to understand music?