Posts: 3,716
Threads: 196
Joined: Aug 2006
penngray Wrote:... I guess what Im trying to get too is what variables are set? We all have Zones, ZoneSources, ZoneCurrentTitle and so on.
What Macros or function do people use to work within a zone, if any?
Any great and neat tricks? or bad pitfalls to avoid?
i just use zone variables. things like source to zone and current title can be taken care of with existing widgets. down at the bottom there, where it says LR, BR, and OF, the text that is there that says TEST is to be a dynamic text widget set to the source of each zone in my RECEIVER. so it always displays what source is selected in the receiver. same goes for the volume per zone. like this (and i think IVB does this as well):
good lord, this thread is moving faaast. :-D
Posts: 900
Threads: 99
Joined: Feb 2006
11-12-2006, 05:42 PM
(This post was last modified: 11-12-2006, 05:47 PM by penngray.)
How does everyone keep track of what is playing in each zone?
Ie....
Zone 1 is playing a DVD (Batman Begins) using PC #1
Zone 2 is playing MP3s using Zoomplayer1
Zone 3 is watching Cable TV
Are global variables really global throughout the system. I dont have multiple touch screens working to test this theory so Im still trying to understand the flow.
For my AV multi-zone design I want to know what shows what devices are already playing something so that I can join in from a new zone if I want.
Posts: 40,483
Threads: 491
Joined: Aug 2002
Global variables are global to the current interface window. If you want something system-wide, you need to use the Variables driver and define fields in it that can be seen by each touch screen. They are not, however, persistent, so if that machine cycles, you'll loose that information until you set the fields again.
It is a future project to make the variables driver data persistent.
Dean Roddey
Explorans limites defectum
Posts: 900
Threads: 99
Joined: Feb 2006
Is it possible to change the zoomplayer device and add a variable to it?
so that when we start zoomplayer1 we can also set a Zone variable in that device... ie zoomplayer1:Zone set to 1.
Posts: 40,483
Threads: 491
Joined: Aug 2002
I could provide a ZoneNumber field in the Zoom driver that you could use for that if you wanted.
Dean Roddey
Explorans limites defectum
Posts: 900
Threads: 99
Joined: Feb 2006
Yes, I would like that.
Posts: 2,521
Threads: 87
Joined: Sep 2006
penngray Wrote:Is it possible to change the zoomplayer device and add a variable to it?
so that when we start zoomplayer1 we can also set a Zone variable in that device... ie zoomplayer1:Zone set to 1.
ZP will do multiple zones? Where do I configure that option? I'm liking ZP more and more as I play with it.
Russ...
Posts: 40,483
Threads: 491
Joined: Aug 2002
There are various threads discussing that. If you search for something like "zoom multiple instance" you should find them.
Dean Roddey
Explorans limites defectum
Posts: 3,716
Threads: 196
Joined: Aug 2006
Dean Roddey Wrote:There are various threads discussing that. If you search for something like "zoom multiple instance" you should find them.
i wrote up how to configure zoom for multiple instances here:
http://www.charmedquark.com/vb_forum/sho...stcount=28