mirror of
https://github.com/thestk/stk
synced 2026-01-15 05:51:52 +00:00
Fix build on case-sensitive OS X
Fix capitalization of CoreMIDI framework to fix build on Macs with case-sensitive filesystems.
This commit is contained in:
@@ -1010,7 +1010,7 @@ void MidiOutCore :: openVirtualPort( std::string portName )
|
||||
void MidiOutCore :: sendMessage( std::vector<unsigned char> *message )
|
||||
{
|
||||
// We use the MIDISendSysex() function to asynchronously send sysex
|
||||
// messages. Otherwise, we use a single CoreMidi MIDIPacket.
|
||||
// messages. Otherwise, we use a single CoreMIDI MIDIPacket.
|
||||
unsigned int nBytes = message->size();
|
||||
if ( nBytes == 0 ) {
|
||||
errorString_ = "MidiOutCore::sendMessage: no data in message argument!";
|
||||
|
||||
Reference in New Issue
Block a user