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 :(
Posté Tue 23 Feb 21 @ 6:55 pm
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)
it have its own selection command
sampler_select +1
sampler_select -1
(does not seems to show selection in grid mode)
Posté Tue 23 Feb 21 @ 7:13 pm
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)
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??
Posté Tue 23 Feb 21 @ 8:26 pm
not clear,
do you want to move a sample from slot 1 to slot 4 ?
do you want to move a sample from slot 1 to slot 4 ?
Posté Tue 23 Feb 21 @ 10:01 pm
Nicotux wrote :
not clear,
do you want to move a sample from slot 1 to slot 4 ?
do you want to move a sample from slot 1 to slot 4 ?
oh yess...could make it with button mapping???
Posté Tue 23 Feb 21 @ 10:16 pm
no, not with how the script works at the moment.
to what performance purpose would you need to switch sample positions?
to what performance purpose would you need to switch sample positions?
Posté Tue 23 Feb 21 @ 10:27 pm
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
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
Posté Tue 23 Feb 21 @ 11:40 pm
[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 :)
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 :)
Posté Wed 24 Feb 21 @ 6:40 am
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!!!
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!!!
Posté Thu 25 Feb 21 @ 11:15 am
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`
`sampler_volume_nogroup` \n`get_sample_name 1`
or
`sampler_volume_nogroup` \n`get_sampler_bank`
Posté Thu 25 Feb 21 @ 12:38 pm
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`
`sampler_volume_nogroup` \n`get_sample_name 1`
or
`sampler_volume_nogroup` \n`get_sampler_bank`
sorry but this scripts doesn't work :(
Posté Thu 25 Feb 21 @ 8:46 pm
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 ^^
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 ^^
Posté Thu 25 Feb 21 @ 9:13 pm
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 ^^
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 :(
Posté Mon 01 Mar 21 @ 12:20 pm
mg_1978 wrote :
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 :(
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 ^^
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....
Posté Mon 01 Mar 21 @ 10:42 pm
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 :(
- get_sample_name 1 & param_cast ‘text’ 5
i think is correct but don’t work :(
Posté Tue 02 Mar 21 @ 7:21 am
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.
Posté Tue 02 Mar 21 @ 7:46 am
@3X just strip it out, as far as I remember work around pffx was a button and a crossfader script, button; delete the mapping. crossfader change it back to just
crossfader.
if you're wary of killing your mapping just make a copy, experimenting with this kind of stuff is risk free.
crossfader.
if you're wary of killing your mapping just make a copy, experimenting with this kind of stuff is risk free.
Posté Tue 02 Mar 21 @ 6:29 pm
@mg_1978 tested here without problem
warn the quotes in your post were not correct ones, must be simple quote or double quotes and are optional here :
get_sample_name 12 & param_cast text 4
warn the quotes in your post were not correct ones, must be simple quote or double quotes and are optional here :
get_sample_name 12 & param_cast text 4
Posté Tue 02 Mar 21 @ 6:38 pm
Djratedxxx919 wrote :
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.
Posté Tue 02 Mar 21 @ 8:22 pm
just to rememder :
leftcross ? deck all leftcross ? xxxx : : rightcross ? deck all rightcross ? xxxx : : xxxx
will do xxxx on all the decks affected to the same crossfader side as calling deck or to the calling deck only if not affected to crossfader
usefull even with more than 4 decks
leftcross ? deck all leftcross ? xxxx : : rightcross ? deck all rightcross ? xxxx : : xxxx
will do xxxx on all the decks affected to the same crossfader side as calling deck or to the calling deck only if not affected to crossfader
usefull even with more than 4 decks
Posté Tue 02 Mar 21 @ 8:49 pm