Advertisement
dominus

Untitled

Oct 11th, 2020
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. CoreMidiDriver.cpp:176:2: error: no matching function for call to 'MIDISend'
  2. MIDISend(mOutPort, mDest, packetList);
  3. ^~~~~~~~
  4. /opt/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIServices.h:2005:1: note:
  5. candidate function not viable: no known conversion from 'MIDIPacketList' to 'const
  6. MIDIPacketList * _Nonnull' (aka 'const MIDIPacketList *') for 3rd argument; take the address
  7. of the argument with &
  8. MIDISend( MIDIPortRef port,
  9. ^
  10. 1 error generated.
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement