adelyte / crescendo-for-crestron

Crescendo Framework for Crestron control systems.
https://www.adelyte.com/crestron/crescendo
Other
77 stars 26 forks source link

Code not switching CRCP between CEN-TRACK tuner 1 and 2 #94

Closed davidreevely closed 4 years ago

davidreevely commented 5 years ago

Audio switching is working and the UIs change to the correct page... however the tuner still displays the CRCP info for tuner 1.

any ideas?

I've developed the project from 2.1.6. should I be using another build?

thanks

adelyte-austin commented 5 years ago

@davidreevely Thanks for posting the issue.

The analog input device_select on the media player object router is driven by T-01__Source_Analog_101_Is. You are most likely sending Z__Constant_1d to both sources @ Analog_101_Fb on the source module. Send a constant value of 2d to Tuner 2 and the router module will update as expected.

adelyte-austin commented 5 years ago

You can safely replace the modules from the latest release with your 2.1.6 versions. The only program sync issue you should encounter is the pulse time parameter added to the bottom of Switcher.umc. At a minimum you should replace IndexOf.usp. #70

davidreevely commented 5 years ago

Thanks for the replies and I'll be trying to finish the code up tomorrow.

Can you direct me to the most up to date modules? I've added the modules from the 2.2 branch however I think they are older than the master branch. I might be misunderstanding which are the most up to date.

David

On Wed, May 22, 2019 at 5:12 PM Austin Hatchett notifications@github.com wrote:

You can safely replace the modules from the latest release with your 2.1.6 versions. The only program sync issue you should encounter is the pulse time parameter added to the bottom of Switcher.umc. At a minimum you should replace IndexOf.usp. #70 https://github.com/adelyte/crescendo/issues/70

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adelyte/crescendo/issues/94?email_source=notifications&email_token=AECIAG2YLQKJIYESUNICGTLPWWZKVA5CNFSM4HOWELT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWALQDA#issuecomment-494974988, or mute the thread https://github.com/notifications/unsubscribe-auth/AECIAG2WY45YABJO7OBAQTTPWWZKVANCNFSM4HOWELTQ .

davidreevely commented 5 years ago

CRCP for the ATC-AMFM2 is switching now thanks...

adelyte-austin commented 5 years ago

Glad to hear it. I would advise you to stay on the master branch and avoid the 2.2 branch as it contains breaking changes to argument definitions.