Extensions to the BMX format
"Minimize Machine" should be saved to the BMX somehow.
Heres something posted on Buzzchurch suggesting a value table. It could store ui settings pr song, but Im unsure if minimize should go here.
Section 'VDAT' - value data
Type/Size Description
dword number of values
(first key/value pair) asciiz key byte type (0=byte, 1=short, 2=int, 3=float, 4=asciiz, 128|type = array of typed values) x data as specifified by type, if byte&128, a dword array length comes first, then serialized values
(second pair) ...
