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

by Quantus
Tue Feb 27, 2007 1:07 pm
Forum: Plugin Support
Topic: Yamaha RX-V1000 Serial
Replies: 17
Views: 17287

Um... Duh... Sorry again. Just read your message again. More carefully.

I will send the files on this evening (we're EST here, GMT-5h, so I guess that would be at about 0200 Zulu).
by Quantus
Tue Feb 27, 2007 1:05 pm
Forum: Plugin Support
Topic: Yamaha RX-V1000 Serial
Replies: 17
Views: 17287

Sorry 'bout that. I shut down and rebuilt the server machine. Unfortunately I don't plan to restart the web or FTP server.

Any suggestions how I can get the files to you?

Mark
by Quantus
Fri Sep 29, 2006 8:21 pm
Forum: General Support
Topic: Display Control - Switch Monitors
Replies: 11
Views: 7190

Um... sorry. I used the NVidia control panel to switch the displays (I know that you told me to use the normal display properties dialog in Windows, but it was late and I had a brain cramp when I was testing this).

The result is different when using the windows display properties to change the ...
by Quantus
Fri Sep 29, 2006 3:28 am
Forum: General Support
Topic: Display Control - Switch Monitors
Replies: 11
Views: 7190

DFP (primary) + Projector
11:27:29 PM DISPLAY_DEVICE(
11:27:29 PM cb = 424L,
11:27:29 PM DeviceName = '\\\\.\\DISPLAY1',
11:27:29 PM DeviceString = 'NVIDIA GeForce 6600 GT ',
11:27:29 PM StateFlags = DISPLAY_DEVICE_ATTACHED_TO_DESKTOP | DISPLAY_DEVICE_MODESPRUNED | DISPLAY_DEVICE_PRIMARY_DEVICE,
11 ...
by Quantus
Fri Sep 29, 2006 3:25 am
Forum: General Support
Topic: Display Control - Switch Monitors
Replies: 11
Views: 7190

Projector Only
11:24:34 PM DISPLAY_DEVICE(
11:24:34 PM cb = 424L,
11:24:34 PM DeviceName = '\\\\.\\DISPLAY1',
11:24:34 PM DeviceString = 'NVIDIA GeForce 6600 GT ',
11:24:34 PM StateFlags = DISPLAY_DEVICE_ATTACHED_TO_DESKTOP | DISPLAY_DEVICE_PRIMARY_DEVICE,
11:24:34 PM DeviceID = 'PCI\\VEN_10DE&DEV ...
by Quantus
Fri Sep 29, 2006 3:21 am
Forum: General Support
Topic: Display Control - Switch Monitors
Replies: 11
Views: 7190

DFP Only
11:20:57 PM DISPLAY_DEVICE(
11:20:57 PM cb = 424L,
11:20:57 PM DeviceName = '\\\\.\\DISPLAY1',
11:20:57 PM DeviceString = 'NVIDIA GeForce 6600 GT ',
11:20:57 PM StateFlags = DISPLAY_DEVICE_ATTACHED_TO_DESKTOP | DISPLAY_DEVICE_MODESPRUNED | DISPLAY_DEVICE_PRIMARY_DEVICE,
11:20:57 PM ...
by Quantus
Fri Sep 29, 2006 12:17 am
Forum: General Support
Topic: Display Control - Switch Monitors
Replies: 11
Views: 7190

Very neat. Unfortunately...

The script recognises the settings for the primary and secondary monitor, but does not regognise which[\b] monitor is secondary and which is primary.

For example:
Monitor = DFP 1280 x 1024
Projector = LCD 1280 x 720

Set Monitor=primary, projector off
Create new macro ...
by Quantus
Thu Sep 28, 2006 11:32 pm
Forum: General Support
Topic: Display Control - Switch Monitors
Replies: 11
Views: 7190

Interresting.

Will test.
by Quantus
Thu Sep 28, 2006 4:32 pm
Forum: General Support
Topic: AutoRepeat, TriggerEvent, program flow?
Replies: 4
Views: 3331

Thank You!

That was exactly what I was looking for. EG is now doing almost everything I want.
by Quantus
Wed Sep 27, 2006 8:59 pm
Forum: General Support
Topic: Display Control - Switch Monitors
Replies: 11
Views: 7190

Display Control - Switch Monitors

I have a digital flat panel and an LCD projector connected to my NVidia 6600gt video card, and I prefer to use the VMR9 renderer. Due to limitations with the NVidia hardware/drivers, VMR9 will only operate properly on the primary monitor. I accommodate this limitation by manually switching the ...
by Quantus
Wed Sep 27, 2006 8:29 pm
Forum: General Support
Topic: AutoRepeat, TriggerEvent, program flow?
Replies: 4
Views: 3331

Thanks, I understand now.

I was using a two step process.
Step 1 - macro "A" to convery USB-UIRT event "FC18D23C590C" to a meaningful event "VolumeUp"
Step 2 - macro "B" to take action "Device.RaiseVolume" based on the event "VolumeUp"

I now understand that this process will work for any action ...
by Quantus
Tue Sep 26, 2006 11:49 pm
Forum: General Support
Topic: AutoRepeat, TriggerEvent, program flow?
Replies: 4
Views: 3331

AutoRepeat, TriggerEvent, program flow?

Hi,

First, this is what I want to do: Press the volume-up button on my remote and have the volume on my receiver (controlled by RS232) simultaneously increase.

I have tried using the AutoRepeat action. With the volume-up button held on the remote, the macro generates a continuous stream of ...
by Quantus
Mon Sep 25, 2006 3:22 am
Forum: Plugin Support
Topic: Yamaha RX-V1000 Serial
Replies: 17
Views: 17287

Clearly I have a lot more to learn, if I am going to use Python effectively!

Object oriented programming has changed a lot since the days of Borland Turbo C++ ;-)

Mark
by Quantus
Mon Sep 25, 2006 1:38 am
Forum: Plugin Support
Topic: Yamaha RX-V1000 Serial
Replies: 17
Views: 17287

Thanks. I looked and looked and looked... and finally had to settle for the kluge you saw.

I also had some trouble with variable scope, but this object oriented stuff is pretty new to me. I wanted to define global constants for STX, ETX DC1, DC2 and DC3. Apparently they're already part of the ...
by Quantus
Sun Sep 24, 2006 9:47 pm
Forum: Plugin Support
Topic: Yamaha RX-V1000 Serial
Replies: 17
Views: 17287

Yamaha RX-V1000 Serial

I've taken a shot at writing my first plug-in for EG - a serial plug-in that allows control of Yamaha RX-Vx000 series receivers. This one is tailored for the RX-V1000, but it could be easily modified to support the V1500 and V3000 receivers.

It's been 15 years since I wrote any code, and never ...