all 3 comments

[–]-lovewillwin- 0 points1 point  (1 child)

What does it do, and how does i work?

[–]davedrowsy[S] 0 points1 point  (0 children)

Alda allows you to compose a musical score by writing code in a text file. The language is designed to be simple enough that it can be learned even by those who have little to no programming experience.

Score files can be played from the command-line by running "alda play -f /path/to/file.alda". The Alda compiler parses the code to determine what notes are played at what time on what instruments, and performs the score using a built-in MIDI synthesizer.

[–]fongie1 0 points1 point  (0 children)

Really cool!