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 2 matches

by leinad
Sun Nov 14, 2010 11:39 pm
Forum: Coding Corner
Topic: XMPP Client
Replies: 2
Views: 6032

XMPP Client

Hi,

here's a plug-in which connects to a Jabber server (eg Google Talk), and transforms received messages and online statuses into events.

It also let's you send messages through actions.

Received messages get transformed into 3 events:
XMPP.Message | Test
XMPP.Message | [email protected] ...
by leinad
Sun Nov 14, 2010 2:23 pm
Forum: Coding Corner
Topic: MIDI Input
Replies: 4
Views: 7147

MIDI Input

Hi,

I was using a simple Python script to use my Korg nanoPAD to issue commands with the foot (mouse clicks, next news item, and so on), and now moved it over to EG.

It's a relatively big download (766 KB) because it has got a slightly modified version of pygame included.

I'd love to get some ...