Changes for Mégra 0.0.16
- fix location and checksum for tutorial samples
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. On macOS, the first time you start Mégra it will tell you you can't start it because it's from an unverified publisher. You can go to "Settings->Security & Privacy", where you'll see a button "Open anyway". Now you can select "open anyway" the next time you start Mégra, and from then on, should be able to start it without problems.