Skip to content

Commit

Permalink
Merge pull request #2888 from adam-weiler/midi-pc-version-fix
Browse files Browse the repository at this point in the history
Correcting Sonic Pi version from invalid 3.0.2 to valid 3.1.0
  • Loading branch information
samaaron authored Oct 16, 2021
2 parents 41aa873 + 68d7725 commit ddecffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/ruby/lib/sonicpi/lang/midi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def midi_pc(*args)
nil
end
doc name: :midi_pc,
introduced: Version.new(3,0,2),
introduced: Version.new(3,1,0),
summary: "Send MIDI program change message",
args: [[:program_num, :midi]],
returns: :nil,
Expand Down

0 comments on commit ddecffb

Please sign in to comment.