View Single Post
Old 04-11-2021, 09:18 AM   #1067
cjewellstudios
Human being with feelings
 
Join Date: Sep 2017
Posts: 998
Default

Quote:
Originally Posted by Geoff Waddington View Post
Finally getting around to thinking about this on a beautiful sunny Sunday morning

Also want to include the Page concept "Banks with other checked Pages" -- aka SynchPages -- that functionality will be replaced with virtual widgets/actions.


Propose we add 3 new virtual widgets:

ZoneChange
ZoneChangeReceived
TrackBankChangeReceived

and 4 new Actions:

BroadcastZoneChange
BroadcastTrackBankChange

ChangeToReceivedZone
ChangeToReceivedTrackBank

to be used like so for the senders:

Code:
    ZoneChange                  BroadcastZoneChange


    BankLeft                    TrackBank "-8"
    BankLeft                    BroadcastTrackBankChange

    BankRight                   TrackBank "8"
    BankRight                   BroadcastTrackBankChange

    ChannelLeft                 TrackBank "-1"
    ChannelLeft                 BroadcastTrackBankChange

    ChannelRight                TrackBank "1"
    ChannelRight                BroadcastTrackBankChange
and like so for the receivers:

Code:
    ZoneChangeReceived         ChangeToReceivedZone
    TrackBankChangeReceived    ChangeToReceivedTrackBank
Also wondering if perhaps there should be an FXZone flavour of this concept...

Thoughts, suggestions more than welcomed, as usual.
Very excited about this!

I hate replying first. Would we also be able to

Code:
SomeButton     BroadcastZoneChange   “SomeZone”
Where SomeZone was a zone name on another surface.

I have more thoughts but currently pontificating.
cjewellstudios is offline   Reply With Quote