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.

Search found 8 matches

by obermann
Tue Feb 12, 2019 11:44 pm
Forum: Plugin Support
Topic: eSpeak
Replies: 4
Views: 906

Re: eSpeak

Correction of GetParameter action UI "Default" checkbox inverted logic bug.
MBROLA build from GitHub sources.

eSpeak-1.48.15.01.egplugin
by obermann
Tue Feb 12, 2019 11:03 pm
Forum: Plugin Support
Topic: REALmagic Remote Control Plugin
Replies: 0
Views: 1889

REALmagic Remote Control Plugin

There was Sigma Designs Xcard and it went with "DVD CONTROL"/"REALmagic" IR remote control and special COM port IR receiver.
It is not very powerful/sensitive, but quite reliable.
This plugin supports Enduring Events.
by obermann
Thu Jan 24, 2019 10:17 pm
Forum: Plugin Support
Topic: XMPlay
Replies: 7
Views: 3695

Re: XMPlay

At first I misunderstood your question as if you wanted to create EG DDE plugin (like TCP) and it made my thoughts fly too far that led to the separate thread .

Then I looked at specifics (/eg/WinApi/pywin32_patches/dde.py) and remembered my XMPlay plugin dev choices:

I didn't like original ...
by obermann
Thu Jan 24, 2019 9:13 pm
Forum: Feature Requests
Topic: EG Pipeline
Replies: 0
Views: 3052

EG Pipeline

THIS IS NOT A REQUEST!

I've been asked a question about DDE in EG on XMPlay thread , which brought some ideas about EG connectivity architecture. Please do not mind the language that I might use freely - these ideas are not even suggestions, just thoughts (nothing about admirable authorship and ...
by obermann
Tue Jan 22, 2019 2:33 am
Forum: Plugin Support
Topic: XMPlay
Replies: 7
Views: 3695

Re: XMPlay

Found and corrected the bug on OpenFileFolder action.
Thanks.

But I cannot recreate any problem with run/close actions (maybe it shows only after mentioned error when opening), please need more info.
by obermann
Wed Jan 16, 2019 12:10 am
Forum: Plugin Support
Topic: eSpeak
Replies: 4
Views: 906

Re: eSpeak

I mentioned a use case on github. I created this plugin because I like to listen to podcasts, but there are no displays around (hard to believe these days). So, how about an interactive button on a remote control to tell me (voice) how long to the end of the track or which track it is? eSpeak has ...
by obermann
Mon Jan 14, 2019 2:33 am
Forum: Plugin Support
Topic: eSpeak
Replies: 4
Views: 906

eSpeak

Presenting new eSpeak plugin.
eSpeak is a compact, portable and powerful TTS (text to speach) program.
Plugin is using portable eSpeak library (DLL) that will run on all 32bit Windows 2000 .. 10.

Open on Github:
https://github.com/obermann/eSpeak
by obermann
Sun Jan 13, 2019 4:21 pm
Forum: Plugin Support
Topic: XMPlay
Replies: 7
Views: 3695

Re: XMPlay

Presenting a compatible rework of the original plugin version by Pako.
Tested with EG 0.4 and 0.5, on Windows 2000 and 10, used by myself for months.

Main changes:

New rock stable Python DDE module and use concept (using callbacks).
Powerfull scripting capabilities (combining DDE and WinAmp IPC ...