PDA

View Full Version : "Use Audio Device" toggle doesn't work



AlfredBorel
05-14-2002, 12:06 PM
I had posted this in the HelpDesk forum, but I think it may better be inserted here... sorry for the duplicate (and ready for flaming :D )

OK, here we go (applies to seq version 4.2.2) :

In the "Filter" menu, the toggle "Use Audio Device" does insert, activate or desactivate the wrong property in the showeq.xml file :

<property name="IsCaseSensitive" >
<bool value="false" />
</property>

Therefore, there is no way to use the soundcard with ShowEQ. I've tried adding manually the property :

<property name="UseAudioDevice" >
<bool value="true" />
</property>

but it does not produce any effect.

Cheers,

Alfred

PS : Apart of that, thanks for the GREAT job !!!!

Zaphod
05-14-2002, 02:50 PM
The "Use Audio Device" menu item does have that bug, and this will be fixed in my next CVS commit. However, the property name is "Audio" and not "UseAudioDevice" in the showeq.xml file (see seqdef.xml for an example).

Enjoy,
Zaphod (dohpaZ)