Hi, I try to remap one of device to use it with 8 decks. But I can define and use only 4 decks. Other decks can't be properly displayed on a skin and LEDs on the hardware. Is it any possobility to define in the script how many decks I would like to use?
Posté Tue 20 Oct 20 @ 10:50 pm
With only two hands (and usually two controller decks, or turntables), the most common mapping is left and right (and what decks are swapped to left and right doesnt matter).
So for example : deck left play
- deck right cue 1
etc etc
So for example : deck left play
- deck right cue 1
etc etc
Posté Tue 20 Oct 20 @ 11:42 pm
LOL
with 10 fingers 2 hands 2 foots pianist an accordionists can handle 72 keys and devs 105 and organists ...
https://www.youtube.com/watch?v=_IFvSlfSh7Y
yes, number of decks have to specify in skin header
either as a parameter in <skin header : nbdecks="8"
or as a child <nbdecks value="8">
condition="..." can apply to multiple entries
or by loading and unloading extra deck (extra decks automatically open when loaded)
warning:
- decks have to be open in order (deck handling is buggy and reports higher deck number instead of nbdecks)
- do not clone from/to not open deck, this does not open the deck anymore, instead current default deck is being used
with 10 fingers 2 hands 2 foots pianist an accordionists can handle 72 keys and devs 105 and organists ...
https://www.youtube.com/watch?v=_IFvSlfSh7Y
yes, number of decks have to specify in skin header
either as a parameter in <skin header : nbdecks="8"
or as a child <nbdecks value="8">
condition="..." can apply to multiple entries
or by loading and unloading extra deck (extra decks automatically open when loaded)
warning:
- decks have to be open in order (deck handling is buggy and reports higher deck number instead of nbdecks)
- do not clone from/to not open deck, this does not open the deck anymore, instead current default deck is being used
Posté Wed 21 Oct 20 @ 12:43 am