Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 06:57
213ce63

v0.2.0 (2020-12-24)

Improvements

  • Windows build(on MSYS2) is ready. Check GitHub Actions workflow if you want to build.
  • delay(input,delaytime) primitive function has been added.
    • maximum delay time is currently fixed to 44100 samples.
  • (experimental) a simple macro preprocessor has been added.
    • you can now include other source files with include "otherfile.mmm" put on a global context.
  • Refactored Mid-Level internal representation.