Skip to content

Commit 9c4bd0c

Browse files
authored
Add waltz to demo (#124)
1 parent d83e22a commit 9c4bd0c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ python ./demo/demo_mlx.py \
100100
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.
101101

102102
```bash
103-
MIDI_PATH="./example-prompts/smooth_jazz.mid"
103+
MIDI_PATH="./example-prompts/waltz.mid"
104104

105105
python ./demo/demo_mlx.py \
106106
--checkpoint <checkpoint-path> \
107107
--midi_path ${MIDI_PATH} \
108108
--midi_through <midi-playback-port> \
109109
--midi_out <midi-playback-port> \
110110
--temp 0.9 \
111-
--min_p 0.03
111+
--min_p 0.05
112112
```
113113

114114
**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
142142
year={2025},
143143
url={https://arxiv.org/abs/2506.23869}
144144
}
145-
```
145+
```

example-prompts/waltz.mid

2.65 KB
Binary file not shown.

0 commit comments

Comments
 (0)