codeflows / rusty-axe

Read Axe FX patch files in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rusty-axe

A Rust program that reads and prints out some information on Axe FX patch files.

Usage

cargo run your_preset.syx

Example

$ cargo run p003193_UnchainTheNight-fw18p04-mkII.syx
p003193_UnchainTheNight-fw18p04-mkII.syx: Preset { model: "Axe-Fx II", name: Some("Unchain The Night"), target: CurrentEditBuffer }

About

Read Axe FX patch files in Rust


Languages

Language:Rust 100.0%