pub trait Packed { fn packed(&self) -> Vec<u8>; fn unpacked(&self) -> Vec<u8>; }
Packed format of SysEx data used by KORG.
Returns this vector in a packed format.
Unpacks a previously packed byte vector.