b5c33a4c03
this allows to test how the midi synthesizer is working, without access to hardware. Run `micropython-coverage midi2wav.py` and it will create `tune.wav` as an output.
6 lines
209 B
Markdown
6 lines
209 B
Markdown
# Test synthio without hardware
|
|
|
|
Build the uninx port then run `....../ports/unix/micropython-coverage midi2wav.py`.
|
|
|
|
This will create `tune.wav` as output, which you can listen to using any old audio player.
|