Quick Sign In:  

Forum: General Discussion

Topic: Script School - Page: 12.55

This part of topic is old and might contain outdated or incorrect information

mg_1978PRO InfinityMember since 2008
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???


 

Posted Tue 23 Feb 21 @ 10:16 pm
locoDogPRO InfinityModeratorMember since 2013
no, not with how the script works at the moment.
to what performance purpose would you need to switch sample positions?
 

Posted Tue 23 Feb 21 @ 10:27 pm
NicotuxHome userMember since 2014
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
 

Posted Tue 23 Feb 21 @ 11:40 pm
mg_1978PRO InfinityMember since 2008
[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 :)
 

Posted Wed 24 Feb 21 @ 6:40 am
mg_1978PRO InfinityMember since 2008
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!!!
 

Posted Thu 25 Feb 21 @ 11:15 am
NicotuxHome userMember since 2014
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`
 

Posted Thu 25 Feb 21 @ 12:38 pm
mg_1978PRO InfinityMember since 2008
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 :(
 

Posted Thu 25 Feb 21 @ 8:46 pm
NicotuxHome userMember since 2014
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 ^^
 

Posted Thu 25 Feb 21 @ 9:13 pm
mg_1978PRO InfinityMember since 2008
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 :(
 

Posted Mon 01 Mar 21 @ 12:20 pm
mg_1978PRO InfinityMember since 2008
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....


 

Posted Mon 01 Mar 21 @ 10:42 pm
mg_1978PRO InfinityMember since 2008
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 :(
 

Posted 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.
 

Posted Tue 02 Mar 21 @ 7:46 am
locoDogPRO InfinityModeratorMember since 2013
@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.
 

Posted Tue 02 Mar 21 @ 6:29 pm
NicotuxHome userMember since 2014
@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
 

Posted 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.


 

Posted Tue 02 Mar 21 @ 8:22 pm
NicotuxHome userMember since 2014
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
 

Posted Tue 02 Mar 21 @ 8:49 pm
Nicotux wrote :
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

If this was for me, you just lost me....
 

Posted Tue 02 Mar 21 @ 9:25 pm
locoDogPRO InfinityModeratorMember since 2013
@3X vars have no place with default fx, neither sides/deck really

effect_active 'ducking echo'

post fader fx before official was a patchwork, press this - turn on some fx - trigger a var, var lets the XF script know to use a variation script.

a work around but at the time that made the impossible possible, I don't know if the devs adopted any of my methods or thinking, but I believe my bodge attempt - at least - somewhat encouraged official.

All that said, after poking around new stuff, effect_stems currently isn't post fader, so the method isn't completely dead
 

Posted Tue 02 Mar 21 @ 9:33 pm
locodog wrote :
@3X vars have no place with default fx, neither sides/deck really

effect_active 'ducking echo'

post fader fx before official was a patchwork, press this - turn on some fx - trigger a var, var lets the XF script know to use a variation script.

a work around but at the time that made the impossible possible, I don't know if the devs adopted any of my methods or thinking, but I believe my bodge attempt - at least - somewhat encouraged official.

All that said, after poking around new stuff, effect_stems currently isn't post fader, so the method isn't completely dead

Is it possible to work with you on reworking the mapping to fit today's software structure?...

 

Posted Tue 02 Mar 21 @ 9:37 pm
Djratedxxx919 wrote :
locodog wrote :
@3X vars have no place with default fx, neither sides/deck really

effect_active 'ducking echo'

post fader fx before official was a patchwork, press this - turn on some fx - trigger a var, var lets the XF script know to use a variation script.

a work around but at the time that made the impossible possible, I don't know if the devs adopted any of my methods or thinking, but I believe my bodge attempt - at least - somewhat encouraged official.

All that said, after poking around new stuff, effect_stems currently isn't post fader, so the method isn't completely dead

Is it possible to work with you on reworking the mapping to fit today's software structure?...



I got beer money
 

Posted Wed 03 Mar 21 @ 12:24 am
28%