Crates.io | picosakura |
lib.rs | picosakura |
version | 0.1.37 |
source | src |
created_at | 2024-10-08 06:46:29.625231 |
updated_at | 2024-10-08 06:46:29.625231 |
description | Picosakura mml player |
homepage | |
repository | https://github.com/kujirahand/picosakura-rust |
max_upload_size | |
id | 1400851 |
size | 6,023,438 |
Picosakura is an MML player for Sakuramml. MML stands for Music Macro Language. Picosakura use SoundFont to play MML files. This is command line version.
This is command line tool. Please download binary from release(zip file).
Play MML file
picosakura test.mml
Render to WAV file
picosakura test.mml --wav
Set SoundFont file
picosakura test.mml --soundfont test.sf2
Usage: picosakura [OPTIONS] <INPUT>
Arguments:
<INPUT> input mml file
Options:
-s, --soundfont <SOUNDFONT>
-m, --midi <MIDI> output midi file
-w, --wav <WAV> output wav file
-d, --debug <DEBUG> debug level 0:none 1:info
-h, --help Print help