• 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
Problem with strange noise in C4 when using a midi notification.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with strange noise in C4 when using a midi notification.


  • Subject: Problem with strange noise in C4 when using a midi notification.
  • From: Eric Gorouben <email@hidden>
  • Date: Sun, 14 Oct 2007 22:05:58 +0200

Hi there,

Well, I'll try to be at least understandable...

I have a VSTi that connects to an external midi hardware.
I create a client with
err = MIDIClientCreate(CFSTR("myVSTi"), MidiNotificationProc, (void*) this, &m_pMidiClient);


My MidiNotificationProc is pretty simple...
static void MidiNotificationProc(const MIDINotification *message,void *refCon){}


 I get a ugly noise (like a square) in Cubase.

But if I change the MIDIClientCreate proc above to
err = MIDIClientCreate(CFSTR("myVSTi"), NULL, (void*)this, &m_pMidiClient);
The noise disappears.


Any idea???

Tanks in advance
Eric


_______________________________________________ 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
References: 
 >AUSplitter: Second output returns error on creation (From: "Felipe Bruno Baytelman P." <email@hidden>)
 >Re: AUSplitter: Second output returns error on creation (From: "Felipe Bruno Baytelman P." <email@hidden>)

  • Prev by Date: Re: AUSplitter: Second output returns error on creation
  • Next by Date: Re: Ring buffer design for MP3 (et. al.) playback
  • Previous by thread: Re: AUSplitter: Second output returns error on creation
  • Next by thread: Is it possible to translate old session data?
  • Index(es):
    • Date
    • Thread