Skip to content

Mégra 0.0.15

Compare
Choose a tag to compare
@the-drunk-coder the-drunk-coder released this 18 Jun 21:13
· 4 commits to main since this release

Changes for Mégra 0.0.15

  • Bugfix/Improvement: resolve global variables in vec constructor
  • Bugfix/Improvement: evaluate numbers in vec-constructed loops
  • Language improvement: time keyword instead of dur for cycles (for educational purposes)
  • Improvement: load-file will look for file in sketchbook folder if it can't be found immediately

NOTE - Apple users can choose between the aarch64 version for devices with Apple Silicon processors (M1, M2 etc) or x86_64 for older devices with an Intel processor.

NOTE - the pre-compiled versions are all ringbuffer versions which might have a slightly higher latency. If you want to install the low-latency version, please install cargo and install via cargo install megra.rs --features low_latency. Find more infos on that installation method here: https://megra-doc.readthedocs.io/en/latest/installation/#with-cargo

NOTE - On Linux and macOS, you'll probably need to make the file executable by calling chmod +x <filename> on the command line.