News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - andrewh

#1
 :) Thanks for the juice, as always!
#2
Whilst on 'speakers', its quite possible to have more than one set of 'speakers' (actual or just outputs) in a system. The ones that are used as the 'main' set are tagged as Default. In adj, is there any way to tell which set of speakers are marked in the system as default?
#3
Hi, in the latest version (win 7, 64 bit), MixerVolumeGet does not work as expected. The ref int passed in for the volume value is always zero. enumErrorCodes returned by the function is not an errorcode at all, it's actually the 0-100 level value that should be assigned to the ref int. Seems that the errorcode and the ref int values have been swapped...
AudioDjStudio.enumErrorCodes err = (int)adj.MixerVolumeGet(MasterOutputIndex, AudioDjStudio.enumComponentTypes.COMPONENTTYPE_DST_SPEAKERS, ref MasterOutputCurrentLevel);

level is returned in err, errorcode is returned in MasterOutputCurrentLevel.

Weird.