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.

Ask HN: Converting Music into Numbers/Letters?

2 pointsby redmaverickabout 6 years ago
The sheet music style is too clunky. I need a way to convert sheet music into numbers or letters. I am trying to create AI to compose music and am looking alternatives for sheet music style notation.

2 comments

bishop74about 6 years ago
In theory you should be able to convert sheet music from a PDF to MIDI with something like this (I did a quick Google search)<p><a href="https:&#x2F;&#x2F;www.musitek.com&#x2F;smartscore-midi.html" rel="nofollow">https:&#x2F;&#x2F;www.musitek.com&#x2F;smartscore-midi.html</a><p>Once you have a MIDI[1] file, you can do a lot of interesting things with your music, such as generating or modifying notes with random values for pitch, velocity etc.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;MIDI" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;MIDI</a>
评论 #19511604 未加载
billconanabout 6 years ago
you can use abc notation<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;ABC_notation" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;ABC_notation</a><p><a href="http:&#x2F;&#x2F;abc.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;abc.sourceforge.net&#x2F;</a><p>or vextab<p><a href="http:&#x2F;&#x2F;www.vexflow.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.vexflow.com&#x2F;</a><p><a href="http:&#x2F;&#x2F;www.vexflow.com&#x2F;vextab&#x2F;tutorial.html" rel="nofollow">http:&#x2F;&#x2F;www.vexflow.com&#x2F;vextab&#x2F;tutorial.html</a>