Lang-music: Difference between revisions

From Nick Faro's Homepage
Jump to navigation Jump to search
(Created page with "'''#lang music''' is a project that Michael Gunantra and I did for IU's C424 class. It's a music notation language inspired by MML, but instead of manipulating and concatenati...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''#lang music''' is a project that Michael Gunantra and I did for IU's C424 class. It's a music notation language inspired by MML, but instead of manipulating and concatenating strings, it's a structured language with full support for manipulating notes and bars.
'''#lang music''' is a project that Michael Gunantra and I did for IU's P424 class. It's a music notation language inspired by [https://en.wikipedia.org/wiki/Music_Macro_Language MML], but instead of manipulating and concatenating strings, it's a structured language with full support for manipulating notes and bars.


It was done in about 500 lines of Racket and outputs MIDI data. The playback routine is still a little buggy but it's a fun prototype to play with nonetheless.
It was done in Racket and outputs MIDI data. The playback routine is still a little buggy but it's a fun prototype to play with nonetheless.


<b><span style="font-size:180%">
<b><span style="font-size:180%">
[https://github.com/SuperDisk/lang-music Github]
[https://github.com/SuperDisk/lang-music Github]
</span></b>
</span></b>

Latest revision as of 18:03, 16 July 2019

#lang music is a project that Michael Gunantra and I did for IU's P424 class. It's a music notation language inspired by MML, but instead of manipulating and concatenating strings, it's a structured language with full support for manipulating notes and bars.

It was done in Racket and outputs MIDI data. The playback routine is still a little buggy but it's a fun prototype to play with nonetheless.

Github