Mégra 0.0.15
Changes for Mégra 0.0.15
- Bugfix/Improvement: resolve global variables in
vec
constructor - Bugfix/Improvement: evaluate numbers in
vec
-constructedloop
s - Language improvement:
time
keyword instead ofdur
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.