Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@hisekaldma hisekaldma released this 27 Apr 06:59
· 18 commits to master since this release

New

  • Anonymous rules. You can now create rules without a name.
  • Instruments anywhere. You can now set instruments on both patterns and sequences.
  • If there is only one rule, it doesn't have to be named Play. It can even be anonymous.
  • If there is no instrument set, the runtime chooses one for you. It likes piano.
  • References in sequences are now also highlighted when playing.
  • Much improved documentation with playable examples.

Changes

  • Rules are now written with = instead of ->.
  • Names can no longer be the same as notes.
  • Steps are now always one Nth of a bar long, even if the number of steps isn’t divisible by the time signature.

Fixes

  • More robust hot-swapping.
  • Removed some nasty audio clicks.