Page 1 of 1

Using a single button to cycle through sources.

Posted: Sun May 10, 2015 3:43 pm
by Neilpapworth
Is there a way to use a single button to cycle through 4 sources? I see this as being one button that sends 1 of 4 different command with each subsequent press.

Re: Using a single button to cycle through sources.

Posted: Sun May 10, 2015 4:04 pm
by cv27
Here's one approach.

1- Define an action for your button that increments a number
2- Define for that number some custom number actions for values 1 to 4, each custom action sending the appropriate command
3- Don't forget for custom action #4 to also set the number to zero

Re: Using a single button to cycle through sources.

Posted: Tue May 12, 2015 6:09 pm
by Neilpapworth
Thank you for your idea, but how do I make an action that will increments a number?

Re: Using a single button to cycle through sources.

Posted: Tue May 12, 2015 7:38 pm
by cv27
Set the number to: [+]1 in the action editor

Re: Using a single button to cycle through sources.

Posted: Sat May 16, 2015 4:34 pm
by Neilpapworth
Works perfectly! Thanks very much!