midi icon indicating copy to clipboard operation
midi copied to clipboard

ProgramChange

Open py60800 opened this issue 2 years ago • 0 comments

ProgramChange func is not effective. It produces a three bytes message where a two bytes message is expected and does not change the instrument.

Suppressing line 336 in "event.go" ( // binary.Write(buff, binary.BigEndian, e.NewProgram), gave me the result I expect.

BTW "controller" arg in this function seems useless.

py60800 avatar Oct 11 '22 08:10 py60800