Problem with strange noise in C4 when using a midi notification.
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