format
Convert a MIDI file into a CSV, JSON, or TXT data format, to be used as training data.
Usageโ
hxmx format <INPUT> [OUTPUT] [-d <CHOICE>] [--debug] [--help]
Argumentsโ
| Name | Type | Required | Default |
|---|---|---|---|
INPUT | path โ file | โ | โ |
OUTPUT | path โ file | data.csv |
Optionsโ
| Name | Type | Default | Description |
|---|---|---|---|
--device, -d | choice (auto|cpu| ...) | auto | Computing device. To list all available devices, run hxmx devices. |
--debug | boolean | False | Debug mode. Includes traceback when an error is raised. |
-h, --help | boolean | False | Open documentation in browser. |