登录:     


Forum: General Discussion

Topic: Script School - Page: 12.15

由于该帖子的部分内容已年深日久,可能包含陈旧过时或描述错误的信息。

by the way this revealed a bug in site : quoted messages from home user are funny (not allowed in theory, bug make them work)
only nested one are reported making think initial quoted was rewritten ^^
 

@ Xivar
which is your controller? have 4 decks controller or only 2 decks? you can map pfl (prelisten button about deck) as I wrote you above and you have deck 3 sampler output with pfl button :)
 

I just got it.

I finally get the sampler out of deck 4 and can preview it.

Thanks to NICOTUX and MG_1978.
 

My controller is the 4-deck XDJ-XZ.

I already got it.

Thanks. MG_1978 😊😊😊

mg_1978 wrote :
@ Xivar
which is your controller? have 4 decks controller or only 2 decks? you can map pfl (prelisten button about deck) as I wrote you above and you have deck 3 sampler output with pfl button :)


 

hi. i have this question: if i map button: browser_move +1 (i use this in sideview 'sampler') why i can't see the change of position about sampler in pad_page 'sampler' ? for example i move sampler 1 from position 1 to 4...but in sampler pad i can't see changing :( but if with mouse i do the same thing....yes....sampler 1 change position in pad_page 'sampler'....don't understand why :(
 

Just because sampler is not a file browser
it have its own selection command
sampler_select +1
sampler_select -1

(does not seems to show selection in grid mode)
 

Nicotux wrote :
Just because sampler is not a file browser
it have its own selection command
sampler_select +1
sampler_select -1

(does not seems to show selection in grid mode)


mmmm sampler_select is only for selection about sampler...but doesn't move the sampler...for move sampler (from position 1 to position 4 for example) what i add in sampler_select??

 

not clear,
do you want to move a sample from slot 1 to slot 4 ?
 

Nicotux wrote :
not clear,
do you want to move a sample from slot 1 to slot 4 ?

oh yess...could make it with button mapping???


 

no, not with how the script works at the moment.
to what performance purpose would you need to switch sample positions?
 

while talking about sampler, would be fine to get the full name in list mode ^^
the part before a dash is always missing
i.e.: "B100-10" and "B85-10" will both display correctly in grid and pad
but will both display as "10" in list mode
 

[quote=locodog]no, not with how the script works at the moment.
to what performance purpose would you need to switch sample positions?[/

because for example if i’m using deck 1 and 3 for track mixing and i would use a sampler in pad position 1-8...if i move this sampler in pad position 9 (for example) i can use the same sampler in deck 2 or 4 that are free track mixing in this moment :)
 

i have written this script in a “pad editor name” for have 2 information in a pad1 (for example) layout: get_text “ `sampler_volume_nogroup & param_cast ‘integer’ ` \n `get_sampler_name 1 `”
but i can see only sampler volume 1 in %, i can’t see under (I would like it to wrap up) nothing :( can you help me?
thanks!!!
 

Because script is bad and actions used are wrong
`sampler_volume_nogroup` \n`get_sample_name 1`
or
`sampler_volume_nogroup` \n`get_sampler_bank`
 

Nicotux wrote :
Because script is bad and actions used are wrong
`sampler_volume_nogroup` \n`get_sample_name 1`
or
`sampler_volume_nogroup` \n`get_sampler_bank`

sorry but this scripts doesn't work :(
 

strange... they wouldn't work in b61xx and earlier without at least one leading space
was fixed in b62xx
in 63xx it needs the leading space (or other chars) again

" `sampler_volume_nogroup` \n`get_sample_name 1`"
" `sampler_volume_nogroup` \n`get_sampler_bank`"
without the double quotes of course ^^
 

Nicotux wrote :
strange... they wouldn't work in b61xx and earlier without at least one leading space
was fixed in b62xx
in 63xx it needs the leading space (or other chars) again

" `sampler_volume_nogroup` \n`get_sample_name 1`"
" `sampler_volume_nogroup` \n`get_sampler_bank`"
without the double quotes of course ^^

i think there is a little bug in last version
6294 because my friend have controller Nunark NV and in it’s display default mapper (effects section) there is “action 1\naction 2” but don’t work now :(
 

mg_1978 wrote :
Nicotux wrote :
strange... they wouldn't work in b61xx and earlier without at least one leading space
was fixed in b62xx
in 63xx it needs the leading space (or other chars) again

" `sampler_volume_nogroup` \n`get_sample_name 1`"
" `sampler_volume_nogroup` \n`get_sampler_bank`"
without the double quotes of course ^^

i think there is a little bug in last version
6294 because my friend have controller Nunark NV and in it’s display default mapper (effects section) there is “action 1\naction 2” but don’t work now :(


Eureka! i have understand problem :) is the skin! with PRO skin works better.....with PERFORMANCE skin don't work....


 

hi! if i would only 5 letters about sampler name is correct this script?
- get_sample_name 1 & param_cast ‘text’ 5
i think is correct but don’t work :(
 

Vci400, using 4 decks, setting Ducking Echo activate. Mapping has to be set for decks 1 and 3 which are the left side. This is what I came up with by truncating the mapping that was used to mimic a post fader effect before the software add a post fader effect. I thought it would work but it doesn't.
 

24%