Skip to content

Commit

Permalink
method name rejigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bleything committed Nov 23, 2008
1 parent 47839d4 commit 529e04e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/midiator/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ def channel_aftertouch( channel, pressure )


### Shortcut to send a pitch bend message.
def bend( channel, value )
def pitch_bend( channel, value )
message( PB | channel, value )
end
alias bend pitch_bend


##########################################################################
Expand Down

0 comments on commit 529e04e

Please sign in to comment.