Ingreso rápido:  

Forum: General Discussion

Tema: Scripting Question

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.


I have modes setup for my most used pads. Actually this script was written before the Pad Page feature was added. So Im trying to use the enconder to scroll throouh the pages, which i use this script - Pad_page +1 - but the problem is when using the encoder to scroll the pages, the pads are not working, but if i use the mode buttons they work as normal. Here is a sample of the script from 1st mode button and 1 performance pad.
Mode 1 - set 'mode' 0 & pad_page 'hotcues'

Performance Pad 1 - var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler_pad 1 play_stutter : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? shift ? delete_cue 1 : hot_cue 1 : nothing

what is missing in the script.
 

Mensajes Mon 13 Feb 17 @ 4:28 pm
locoDogPRO InfinityModeratorMember since 2013
Your mapping is pre pad pages

change all your pads to

pad X
[1 to 8]
change all your shift+pad mappings to
shift_pad X

your encoder script should be
param_bigger 0 ? pad_page +1 : pad_page -1

link your mode buttons directly to a correct pad page
pad_page 'hotcues'
if you only use 8 pad pages then direct linking is fine if you use more than 8 I recommend making an index pad page [a pad page to call other pad pages]

 

Mensajes Mon 13 Feb 17 @ 9:46 pm
locodog wrote :
Your mapping is pre pad pages

change all your pads to

pad X
[1 to 8]
change all your shift+pad mappings to
shift_pad X

can you use the sample to show me what you mean
locodog wrote :

your encoder script should be
param_bigger 0 ? pad_page +1 : pad_page -1

link your mode buttons directly to a correct pad page
pad_page 'hotcues'
if you only use 8 pad pages then direct linking is fine if you use more than 8 I recommend making an index pad page [a pad page to call other pad pages]



can you use the sample to show me what you mean


 

Mensajes Tue 14 Feb 17 @ 12:43 am
<map value="Performance Pad 1" action="pad 1" />
 

Mensajes Tue 14 Feb 17 @ 12:50 am
PhantomDeejay wrote :
<map value="Performance Pad 1" action="pad 1" />

will this handle the shift + pad for the delete functions

 

Mensajes Tue 14 Feb 17 @ 12:53 am
Djratedxxx919 wrote :
locodog wrote :
Your mapping is pre pad pages

change all your pads to

pad X
[1 to 8]
change all your shift+pad mappings to
shift_pad X

can you use the sample to show me what you mean
locodog wrote :

your encoder script should be
param_bigger 0 ? pad_page +1 : pad_page -1

link your mode buttons directly to a correct pad page
pad_page 'hotcues'
if you only use 8 pad pages then direct linking is fine if you use more than 8 I recommend making an index pad page [a pad page to call other pad pages]



can you use the sample to show me what you mean




After multiples readings I think im getting it now...
 

Mensajes Tue 14 Feb 17 @ 1:14 am
the mode L.E.D...."var_equal 'pad_page' freeze slicer ? on : off"

not working, always on

The pad l.e.d.
var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler_pad 1 : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? hot_cue 1 : off

none working
 

Mensajes Tue 14 Feb 17 @ 1:34 am
For leds use the same script: pad 1
 

Mensajes Tue 14 Feb 17 @ 10:59 am
Djratedxxx919 wrote :
the mode L.E.D...."var_equal 'pad_page' freeze slicer ? on : off"

not working, always off


the mode led isnt working always off
 

Mensajes Tue 14 Feb 17 @ 5:48 pm
locoDogPRO InfinityModeratorMember since 2013
See the default mapping for your HW, the led mapping should tell you enough for you to figure it
Honestly as a long time user, you should at least get why your mapping isn't working even if you don't know what is needed to make it work.

You should try keyboard only mixing, just in practice time, even if it's pretty mediocre mixing, keyboard only forces you to get it.
 

Mensajes Tue 14 Feb 17 @ 6:14 pm
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 'hotcues' " />

<map value="LED_PAD_MODE_WHATEVER" action="pad_page 'freeze slicer' " />

PS: "Freeze Slicer" is not a default pad page. I assume you have created / downloaded such a pad page, correct ?
 

Mensajes Tue 14 Feb 17 @ 6:33 pm
PhantomDeejay wrote :
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 'hotcues' " />

<map value="LED_PAD_MODE_WHATEVER" action="pad_page 'freeze slicer' " />

PS: "Freeze Slicer" is not a default pad page. I assume you have created / downloaded such a pad page, correct ?


freeze slicer is just the slicer with a loop 8
 

Mensajes Wed 15 Feb 17 @ 3:29 am
locodog wrote :
See the default mapping for your HW, the led mapping should tell you enough for you to figure it
Honestly as a long time user, you should at least get why your mapping isn't working even if you don't know what is needed to make it work.

You should try keyboard only mixing, just in practice time, even if it's pretty mediocre mixing, keyboard only forces you to get it.


Ive never been able to understand VDJ script I look and study it but i just dont get it....And before i come here I try what i can...but i just dont get it...


 

Mensajes Wed 15 Feb 17 @ 3:32 am
PhantomDeejay wrote :
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 'hotcues' " />

<map value="LED_PAD_MODE_WHATEVER" action="pad_page 'freeze slicer' " />

PS: "Freeze Slicer" is not a default pad page. I assume you have created / downloaded such a pad page, correct ?


ok my quotation is on the wrong words
 

Mensajes Wed 15 Feb 17 @ 3:35 am


(Los tópicos y foros antiguos son automáticamente cerrados)