Update Using the Soundtrack Tool

master
Ashley N. 2023-08-27 14:34:52 +00:00
parent 7cc1d98e69
commit eef034da14
1 changed files with 9 additions and 0 deletions

@ -13,6 +13,15 @@ reskit soundtrack -i module.dmf -o module.esf
``` ```
Use `reskit soundtrack --help` to view more options. Use `reskit soundtrack --help` to view more options.
## Effects Currently Supported
* `1xx` Portamento Up
* `2xx` Portamento Down
* `8xx` Panning
* `17xx` DAC Enable (FM6)
* `ECxx` Note cut
## Additional Sample Use Cases
### Change the Instrument Export Location ### Change the Instrument Export Location
This example does the same as above but allows you to control where instruments (or "artifacts", secondary files required by the main track) are exported. This example does the same as above but allows you to control where instruments (or "artifacts", secondary files required by the main track) are exported.
``` ```