Trying to use the touchstrip when shifted to quickly browse through the track. Current mapping is:
var '$shift' ? param_smaller 40% ? param_multiply 2.5 & deck left song_pos : param_bigger 60% ? param_add -30% & param_multiply 2.5 & deck right song_pos : nothing : video_crossfader
Works fine for the left deck, but only the last portion of the right deck. Suggestions?
var '$shift' ? param_smaller 40% ? param_multiply 2.5 & deck left song_pos : param_bigger 60% ? param_add -30% & param_multiply 2.5 & deck right song_pos : nothing : video_crossfader
Works fine for the left deck, but only the last portion of the right deck. Suggestions?
geposted Sat 04 Apr 15 @ 9:23 pm
Wanted to touch base on this. Still works as described.
geposted Thu 28 May 15 @ 11:29 pm
Almost right, you needed to -60% not 30
var '$shift' ? param_smaller 40% ? param_multiply 2.5 & deck left song_pos : param_bigger 60% ? param_add -60% & param_multiply 2.5 & deck right song_pos : nothing : video_crossfader
Your MFX question I'll look at later.
var '$shift' ? param_smaller 40% ? param_multiply 2.5 & deck left song_pos : param_bigger 60% ? param_add -60% & param_multiply 2.5 & deck right song_pos : nothing : video_crossfader
Your MFX question I'll look at later.
geposted Fri 29 May 15 @ 1:39 am
There is an updated native mapper that changes the touchstrip mapping completely.
Please try to use the native mapper and see if it works for you since now the touchstrip can also be used as a jog
Please try to use the native mapper and see if it works for you since now the touchstrip can also be used as a jog
geposted Fri 29 May 15 @ 5:43 am
I will give these both a try!
Switching back and forth between custom and native won't cause me to lose any of my custom mappings, correct???
Switching back and forth between custom and native won't cause me to lose any of my custom mappings, correct???
geposted Mon 01 Jun 15 @ 3:52 pm
No, it won't.
geposted Mon 01 Jun 15 @ 6:40 pm