Hi,
Well I guess this falls into the category of hardware behavior. To make sure we understand each other: I don't need to keep pressed the play button, I'm talking about the toggle action.
I managed to make another button turn on when I press play, and the button play just blinks (push-release events). That, I guess, is the hardware behavior. By default, the controller turns on the button when pressed and off when released. Perhaps, Cross is sending the midi-out action right after the "press event". And then, when I release the button, the apc-40 turns off the button expecting the command to keep the button lid.
Keeping that in mind, I added 5 buttons to set HotCues that lid their neighbors to their right. And those buttons to the right are HotCue clearers. So, the clearers are giving me feedback of which hot cues are ready.
Question section:
Which of these:
- Code: Select all
In&Out fam(Player)[0x1].AutoLoopSelect (Integer)
In fam(Player)[0x1].AutoLoopTrigger (Trigger)
In&Out fam(Player)[0x1].AutoLoopSelectAndTrigger (Integer)
would allow me to set three buttons for different loop lengths?
I tried autoloopTrigger and it triggers the 1 bar loop.
What I want is 3 buttons triggering different loop lengths. Or possibly, two buttons to increase or decrease the loop lengths.
Regards,
Daniel SG