Skip to content

Commit

Permalink
Changed CoreMIDI client name to MIDIator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Voorhis committed Nov 21, 2008
1 parent 8391185 commit 913b1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/midiator/drivers/core_midi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module CF # :nodoc:
##########################################################################

def open
client_name = CF.cFStringCreateWithCString( nil, "RubyMIDI", 0 )
client_name = CF.cFStringCreateWithCString( nil, "MIDIator", 0 )
@client = DL::PtrData.new( nil )
C.mIDIClientCreate( client_name, nil, nil, @client.ref )

Expand Down

0 comments on commit 913b1da

Please sign in to comment.