Skip to content

v3.0.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Oct 04:47

Release Notes

Added feature

  • Added Live State Updating feature, which enables live coding on mimium. When you save the mimium file that you're running on, the compiler automatically renew instances without audio interruption.(#159)
  • Added a global stage decalaration syntax #stage(main) / #stage(macro).(#154)
  • Now a destructive assignment in stage 0 evaluation is allowed. With this feature, standard library function unoise is newly implemented with this manner.(#162)
  • Added record update syntax {rec_var <- field1 = 100, field2 = 200}(#158)

Breaking changes

  • gen_sampler_mono was replaced with Sampler_mono!("file_path") macro.(#161)
  • make_probe function was replaced with Probe("name") macro.(#156)

Install mimium-bintools 3.0.0-alpha

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mimium-org/mimium-rs/releases/download/v3.0.0-alpha/mimium-bintools-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mimium-org/mimium-rs/releases/download/v3.0.0-alpha/mimium-bintools-installer.ps1 | iex"

Download mimium-bintools 3.0.0-alpha

File Platform Checksum
mimium-bintools-aarch64-apple-darwin.zip Apple Silicon macOS checksum
mimium-bintools-x86_64-apple-darwin.zip Intel macOS checksum
mimium-bintools-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-bintools-x86_64-unknown-linux-gnu.zip x64 Linux checksum