Re: BroadcastNewParameterValue - issues, solutions?

"David Shipman" <unlyrn-88Lqe/[email protected]> Sat, 24 Aug 2002 06:15:54 NZST (+1200)
Newsgroups gmane.os.openbeos.mediakit
Message-ID <45872174006-BeMail@elphworks>
> I just committed a test program into cvs.
> It does only receive 4 notifications,
> Nodes created/deleted, and connections created/broken.
> But no notifications regarding parameter values.
> This is strange. When I open the mixer control, and 
> at the same time control it using the deskbar sound control,
> the mixer control does move, but no notifications are
> received.
> 
> Marcus
> 

I discovered the same problem earlier. In order to receive parameter 
notifications you
need to use the node-specific version of the StartWatching() function -
 that is
StartWatching(BMessenger &notifyHandler, const media=5Fnode &node, int32 
notificationType)

Another one for the list of BeBook omissions... 

David Shipman