- add
melrose-mcp
server - add tempo as alias for bpm
- add flag for log location
- allow 'b' for flat
- fix help for :e
- reworked cli midi settings
- add euclidean rythm
- add map function
- allow replace the replacer
- fix Index(), iternator storex
- add 1/32 notes
-
the scale function has changed (the breaking kind) instead of:
scale(2,'16a2')
you write:
join(scale('16a2'),scale('16a3'))
and now can create scales with a type:
scale('major C') // Ionian mode
- see git log for all past changes