Quick Sign In:  

Forum: Old versions

Topic: DAC-3 mapping advice desired (part II) and Search Box help.

This topic is old and might contain outdated or incorrect information.

ewitlesPRO InfinityMember since 2006
Gang -

I am using the DAC-3 and had two minor issues.

Now, the JOG is setup to browse the tracks then do nothing while playing.

Question... what is the difference between jog wheel modes? Using the jog to 'nudge' i would like - that way, if bumped would not be noticable.

Then, how would I set that?

Second... is there a script command that can invoke the browser search thus removing the need for clicking the search box?

Thanks!
 

Posted Thu 29 Oct 09 @ 12:32 pm
The action vinyl_mode will toggle the jogwheels between vinyl scratch mode and jogwheel (Pitch bending) mode (I.e: If accidentally bumped in this mode, it will not normally be noticeable.)

To toggle, assign a button or a keyboard shortcut to the above action.

NOTE: The default v6 mapping forces vinyl_mode off when using the jogwheel, and on when using SHIFT + jogwheel.


Assigning search to a button or keyboard shortcut will move the focus to the search box.

search & search "" will do the same but also clear the previous search.
 

Posted Thu 29 Oct 09 @ 1:09 pm
ewitlesPRO InfinityMember since 2006
Thanks!

Got the search fig out but still trying to make the wheel behave.

Did one change but it would stay either fast or slow.

Could you post the desired code(s) for it?

I am really digging the new mapping ability.
 

Posted Mon 02 Nov 09 @ 7:50 am
Hi. Here are my settings:

jog: var 'cp' ? jog_wheel & vinyl mode on : jog_wheel & vinyl_mode off
folder: var 'cp' ? search : var 'shift' ? browser_folder : browser_window 'songs'

jog=bend
cp+jog=scratch
shift+jog=scroll in active browser window
folder=make songs browser window active
shift+folder=expand folder on folder window

Between windows I move with left right buttons:

left: var 'cp' ? loop_move -2 : var 'shift' ? seek -8 : browser_window -1
right: var 'cp' ? loop_move +2 : var 'shift' ? seek +8 : browser_window +1

Let's say the cursor is in the songs window. If I press left the cursor will move to folders window, if I press it again the cursor will move to side list than to playlist. Pressing "right" the cursor will move trough windows clockwise

As for the amount of speed of the jog...you have config\options\jog sensitivity(for scratch, cue, bend)
 

Posted Mon 02 Nov 09 @ 9:49 am
Assuming that you have the default mappings and want to be able to use a button to toggle vinyl mode on/off, then you would need to change it as follows:

JOG =
jog_wheel


SHIFT =
set 'shift' while_pressed & down ? vinyl_mode : vinyl_mode


Instead of the default mapping that forces vinyl mode off when you turn the jogwheel, the above will retain and use your current setting (Assign a button to vinyl_mode to toggle.) SHIFT will toggle it to its opposite state while the button is held down.

 

Posted Mon 02 Nov 09 @ 1:55 pm


(Old topics and forums are automatically closed)