I would like to play a short wave file when a keypress is done for example when I click on channel up / channel down. I have already tried a task with reference to a file like "example.wav", but it does not work because I get an error message. Can anyone help?
(Eventghost with dvbviewer and MCE remote plugin)
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Sound on keypress
Re: Sound on keypress
More details would be helpfull.
But, anyway, try to copy/paste this in your macro.
But, anyway, try to copy/paste this in your macro.
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1610">
<Action>
System.PlaySound(u'C:\\WINDOWS\\Media\\ding.wav', 1, False)
</Action>
</EventGhost>
miljbee
TCP Events : A Better Network Event Sender/Receiver Plugin.
The Network Event Sender/Receiver in C#
Get events in EG from Google Calendar.
TCP Events : A Better Network Event Sender/Receiver Plugin.
The Network Event Sender/Receiver in C#
Get events in EG from Google Calendar.
Re: Sound on keypress
Fantastic, it works. Thank you very much for helping, you're awesome!!! 