Using a single button to cycle through sources.
-
- Posts: 4
- Joined: Sun Oct 21, 2012 8:05 pm
Using a single button to cycle through sources.
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.
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
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
-
- Posts: 4
- Joined: Sun Oct 21, 2012 8:05 pm
Re: Using a single button to cycle through sources.
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.
Set the number to: [+]1 in the action editor
-
- Posts: 4
- Joined: Sun Oct 21, 2012 8:05 pm
Re: Using a single button to cycle through sources.
Works perfectly! Thanks very much!