MIDIPlayer.Event.ChangeProgram (MIDIPlayer v0.1.0) View Source

An event which changes the current program of the given channel.

Link to this section Summary

Link to this section Functions

Link to this function

new(channel, time, program)

View Source

Specs

new(MIDISynth.Command.channel(), non_neg_integer(), non_neg_integer()) ::
  %MIDIPlayer.Event.ChangeProgram{
    channel: term(),
    program: term(),
    time: term()
  }