Releases: DimaSamoz/mezzo
Releases · DimaSamoz/mezzo
Mezzo version 0.3.1
Added
- Live playback on the terminal: Mezzo compositions can now be played back live from the terminal using an external midi synthesiser (e.g. SimpleSynth) and Euterpea.
- Empty cadences: you can use
end
as a cadential phrase to compose a chord progression without a cadence. - Score transformation: you can use the functions such as
delay
andtranspose
to manipulate music at the MIDI track level. While this allows for more flexibility, composition ofScore
s is not rule-checked, so there is no static guarantee that the resulting music will sound good.
Changed
- The melody constructor
play
has been renamed tostart
.
Fixed
- Readme typos and rule set changes in examples.
- Clashes with Prelude's
min
function.
Mezzo version 0.3.0.0
First more-or-less complete, public release of Mezzo.