Quick Sign In:  

Forum: General Discussion

Topic: Script School - Page: 47.55
Hi

I'm trying to map the left and right EQ_HI controls on a z2 to make it 4 deck compatible.
both left and right high EQ appear to activate the same midi control script. This is not a problem when it is calling eq_high (as it can determine whether it is left or right), however when I specify deck left eq_high, which swaps between A & C , the right high EQ knob also only works on the Deck A & C. eq_high on its own can determine the context somehow.
1) how is it context sensitve when the mapper appears to indicate it calls the same script.
2) how can I correct my code to allow the left high EQ to call deck left eq_high and the right EQ knob to call deck right eq_high ?

Thanks
 

Posted Fri 11 Oct 24 @ 9:20 pm
agadj2PRO InfinityMember since 2021
In 4 decks controllers you have a button to select between 1-3 decks or 2-4
need one button for make change in each deck

Like
toggle "$deck13"
and other like
toggle "$deck24"

in your knob have to question this variable
eq_high left

var_equal "$deck13" 0 ? deck 1 eq_high : deck 3 eq_high

in eq_hi for right ....
var_equal "$deck24" 0 ? deck 2 eq_high : deck 4 eq_high

hope be useful.
good luck and comment if was useful .
bye
 

Posted Fri 11 Oct 24 @ 11:25 pm
mg_1978PRO InfinityMember since 2008
Hi…
wich is different about new script “sampler_rec_delete” and existing script “browser_remove”?
thanks
 

Posted Fri 18 Oct 24 @ 9:36 am
AdionPRO InfinityCTOMember since 2006
sampler_rec_delete deletes a sample from the 'recordings bank', not matter if it is visible or selected.
browser_remove removes the selected track from the list currently highlighted in the browser
 

Posted Fri 18 Oct 24 @ 9:59 am
Hello, i Need help for a Script:
I have put a shortcut on the folder/search Tidal and subfolder Video. this works great and I can search directly. Now I want to call up the shortcut with the keyboard.
Thnax
 

Posted Sat 19 Oct 24 @ 2:31 pm
locoDogPRO InfinityModeratorMember since 2013
browser_shortcut X & search

X being the number of the shortcut.
 

Posted Sat 19 Oct 24 @ 2:41 pm
browser_shortcut X & search - this works perfectly.
Is it possible to have the same functionality as the ‘normal’ mp3 search? If there is no track in the database, does it search Tidal first? But just for videos?
 

Posted Tue 29 Oct 24 @ 2:24 pm
hi there,

is there a way to use the script
keyboard_shortcut
anyhow to have the function "playback keys use shift" as in serato?
I'm so used to have it like that.
 

Posted yesterday @ 9:12 pm
locoDogPRO InfinityModeratorMember since 2013
Aren't you then just mapping to SHIFT+KEY ?

but if you mean to toggle just map shift button to the script you included.
 

Posted yesterday @ 9:59 pm
locoDog wrote :
Aren't you then just mapping to SHIFT+KEY ?

but if you mean to toggle just map shift button to the script you included.


Yes I thought to do whole new mapping. But it would be easier to have the existing mapping overscripted with the shift key.
 

Posted 24 hours ago