SuperScript

Results 2 issues of SuperScript

The MIDI instrument settings will be reseted when I cancelled MIDI export carelessly and makes me annoyed :( Hope it will be added to FamiStudio soon. thks!

See example: ```go package packet func GoPacketToBytes(shieldID int, packet Packet) ([]byte, error) { // gopy bug buf := bytes.NewBuffer([]byte{}) w := protocol.NewWriter(buf, int32(shieldID)) packet.Marshal(w) return buf.Bytes(), nil } ``` Use...