OK so what you can try is this or something similarI saw some of your posts on doing volume I'll have to go back and look at them a little closer.
Thinking about how to do this was wondering is there a way to call a macro from a macro??
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Gotcha, I misunderstood. I'll have to roll that around in my head for a bit lolThanks for the help
The idea or concept I am aiming for is a full screen volume overlay with a bar or radial guage that also shows the sound settings of the reciever mode, dialog enhance, etc then clicking the screen before the few second timed close. Would allow the overlay to remain open and allow changing the sound settings before being dismissed with a onscreen button.
I have figured out how to convert Marantz volume level -80 to 12.5 into something usable.
Math|Subtract~volrange~12.5~-80!
Math|Subtract~volCSV~{{av_4_volume}}~-80!
Math|Multiply~volCSV2nd~{{volCSV}}~100!
Math|Divide~volpercentage~{{volCSV2nd}}~{{volrange}}!
Please Log in or Create an account to join the conversation.