diff --git a/README.md b/README.md index d9f497c..6a0e4b9 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ python ./demo/demo_mlx.py \ A MIDI input device is not strictly required to play around with the demo: By using the `--midi_path` and `--midi_through` arguments you can mock real-time input by playing from a MIDI file. All that is required are MIDI drivers (e.g., CoreMIDI) and a virtual software instrument (e.g., Fluidsynth, Pianoteq) to render the output. In this mode, you can initiate the model takeover by pressing the enter key. ```bash -MIDI_PATH="./example-prompts/smooth_jazz.mid" +MIDI_PATH="./example-prompts/waltz.mid" python ./demo/demo_mlx.py \ --checkpoint \ @@ -108,7 +108,7 @@ python ./demo/demo_mlx.py \ --midi_through \ --midi_out \ --temp 0.9 \ - --min_p 0.03 + --min_p 0.05 ``` ❗**NOTE**: Responsiveness of the real-time demo is dependent on your system configuration, specifically GPU memory bandwidth. @@ -142,4 +142,4 @@ The Aria project has been kindly supported by EleutherAI, Stability AI, as well year={2025}, url={https://arxiv.org/abs/2506.23869} } -``` \ No newline at end of file +``` diff --git a/example-prompts/waltz.mid b/example-prompts/waltz.mid new file mode 100644 index 0000000..6b8b245 Binary files /dev/null and b/example-prompts/waltz.mid differ