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.

OMN: Scripting the whole language of traditional staff notation

46 pointsby geoffroyalmost 10 years ago

8 comments

z3ugmaalmost 10 years ago
Also worth a look is Lilypond <a href="http:&#x2F;&#x2F;www.lilypond.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.lilypond.org&#x2F;</a>.
评论 #10179311 未加载
a-nikolaevalmost 10 years ago
Just a sidenote that the Opusmodus software is not open source, not free, and works only on Mac.
kregasaurusrexalmost 10 years ago
What information does OMN contained that isn&#x27;t preserved in sheet music already? I was looking at OCR tools a few months back and found OpenOMR which expresses the MIDI instruction with all of these properties.
byteCoderalmost 10 years ago
Looking at their score example at the bottom of the page, the right-hand score is defined as a separate entity from the left-hand score. As a result, to the OMN notation reader, it&#x27;s hard to see the inherent synchrony between the two hands. This would be a bitch to debug and compose (i.e., code) without its display on a standard staff, which would show the time-ordered parallelism directly.
knz42almost 10 years ago
There&#x27;s a conceptual issue with the language and a missing example: what of chords where one part of the chord is pressed longer than another? Or when one part must be staccato and another not?<p>I can&#x27;t seem to see how this is expressed with OMN.
DanielBMarkhamalmost 10 years ago
It would be easy enough to write a parser for this.<p>Interesting that they see it as a way to freeform new compositional ideas.<p>Over the years I&#x27;ve tried a huge selection of music composition software. I&#x27;ve yet to find something that&#x27;s both easy and composable. It may be, just like the CLI&#x2F;GUI discussion -- plain text may win out over a lot of mousing around and clicking.
djfmalmost 10 years ago
Very cool! Looking forward to experiment with it. In the same spirit but less advanced (my &quot;language&quot; has bugs, I know) I wrote this toy project: <a href="http:&#x2F;&#x2F;sound-of-ascii.herokuapp.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sound-of-ascii.herokuapp.com&#x2F;</a>. There&#x27;s a demo and you can play around with it.
saljamalmost 10 years ago
Does this have notation for quarter tones? I can&#x27;t find that on their website.<p>That&#x27;s always been a pain point for me. No quarter tone notation rules out a lot, including most of Arabic and Turkish, and much of Greek maqam music.
评论 #10179754 未加载