• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: midi note on for beginner
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: midi note on for beginner
      • From: David Duncan <email@hidden>
  • Prev by Date: SoundConverterGetInfo & SoundComponentGetInfo
  • Next by Date: Re: midi note on for beginner
  • Previous by thread: Re: midi note on for beginner
  • Next by thread: Re: midi note on for beginner
  • Index(es):
    • Date
    • Thread