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. |