tried this with no results:
any hints ?
pad_page 1 ? on : off
any hints ?
Posted Mon 06 Jun 16 @ 6:37 pm
Pad pages start counting from 0. So try pad_page 0 if the Hotcues is selected.
Btw, names are preferred over numbers. Numbers (order) may change - we even may change the counter to start from 1 at some point ;) . So you can have pad_page 'hotcues' (or other Pad page name) to query for the LED
Btw, names are preferred over numbers. Numbers (order) may change - we even may change the counter to start from 1 at some point ;) . So you can have pad_page 'hotcues' (or other Pad page name) to query for the LED
Posted Mon 06 Jun 16 @ 6:38 pm
Tried to remap my good old VCI400.
any other ideas?
Edit:
edited post above. I got to check again...
EDIT2:
MODE1 ==>> pad_page 'hotcues'
works :)
LED_MODE1 ==>> pad_page 'hotcues' ? on : off
doesn't work :(
Posted Mon 06 Jun 16 @ 6:46 pm
Try using the name of the page instead, for example pad_page 'slicer' - numbers can't be used to query the pad page at present.
Posted Mon 06 Jun 16 @ 6:49 pm
Ok it appears that the pad_page number doesnt return true/false (works as an action though).
Until a fix is provided, it is suggested to use names as above.
Until a fix is provided, it is suggested to use names as above.
Posted Mon 06 Jun 16 @ 6:49 pm
Ok, I got it:
thanks for your help.
pad_page 'hotcues' ? on : pad_page 'cueloop' ? blink : off
thanks for your help.
Posted Mon 06 Jun 16 @ 8:41 pm