Show HN: MTXT – Music Text Format
github.com
Show HN: MTXT – Music Text Format
1–10 of 41 posts
Re: Show HN: MTXT – Music Text Format
#2Re: Show HN: MTXT – Music Text Format
#3Not so sure how human-friendly the fractional beats are? Is that something that people more into music than I am are comfortable with? I would have expected something like MIDIs "24 ticks per quarter note" instead. And a format like bar.beat.tick. Maybe just because that is what I am used to.
Re: Show HN: MTXT – Music Text Format
#4Also, any apps that uses it would benefit from being add to the repo assuring usability in addition to readibility.
Re: Show HN: MTXT – Music Text Format
#5Re: Show HN: MTXT – Music Text Format
#6https://en.wikipedia.org/wiki/ABC_notation https://abcnotation.com/
Re: Show HN: MTXT – Music Text Format
#7Re: Show HN: MTXT – Music Text Format
#8* Perl MIDI::Score -- https://metacpan.org/pod/MIDI::Score
* Csound standard numeric scores -- https://csound.com/docs/manual/ScoreTop.html
* CsBeats (alternative score language for Csound) -- https://csound.com/docs/manual/CsBeats.html
Re: Show HN: MTXT – Music Text Format
#9Can I suggest a guarded mode that specifies how far apart each given note/chord is by the count, e.g.
#1.0:verse1
Am - C - G - E - F F F F
#
You could then repeat this or overlay a melody line like #0.25:melody1
C4 - C4 - C4 D4 C4 - D4 - D4 - D4 E4 D4 -
#
Etc. I think this would be easier to parse and produce for an LLM, and it’s would compile back to the original spec easily as well.Re: Show HN: MTXT – Music Text Format
#10Similar things: * Perl MIDI::Score -- https://metacpan.org/pod/MIDI::Score * Csound standard numeric scores -- https://csound.com/docs/manual/ScoreTop.html * CsBeats (alternative score language for Csound) -- https://csound.com/docs/manual/CsBeats.html