Re: midi note on for beginner
Re: midi note on for beginner
- Subject: Re: midi note on for beginner
- From: Vadim Kupriyanov <email@hidden>
- Date: Fri, 14 Apr 2006 14:20:36 +0400
Hello!
I just attempt to create modo client and port, but after run next
message appeared: ZeroLink: unknown symbol
'___CFStringMakeConstantString'
What's wrong?
Thank you,
Best regards,
Vadim
#include <CoreMIDI/MIDIServices.h>
#include <CoreFoundation/CFRunLoop.h>
#include <stdio.h>
MIDIPortRef gOutPort = NULL;
MIDIClientRef client = NULL;
int main(int argc, char *argv[])
{
MIDIClientCreate(CFSTR("MIDI Echo"), NULL, NULL, &client);
MIDIOutputPortCreate(client, CFSTR("Output port"), &gOutPort);
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden