Ingreso rápido:  

Forum: General Discussion

Tema: Fine tune the loop posistion with the jogwheel on MC6000 mk1

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Does the native mapping of MC6000 have a feature for triming the loop-position by the jogwheel?
The HC4500 can do this and it would be great to have this working also with my new MC6000 :)
 

Mensajes Thu 23 Jul 15 @ 4:43 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
No, it doesnt have such actions in the default mapping but you can try the following ..
LOOP_IN : var '$shift' ? wheel_mode 'loop_in,jog' +1 : loop_in
LOOP_OUT : var '$shift' ? wheel_mode 'loop_out,jog' +1 : loop_out
AUTOLOOP: var '$shift' ? wheel_mode 'loop_move,jog' +1 : loop
LED_LOOP_IN : wheel_mode 'loop_in ? blink : loop_in
LED_LOOP_OUT : wheel_mode 'loop_out' ? blink : loop_in
LED_AUTOLOOP: wheel_mode 'loop_move' ? blink : loop

With the actions above, you will get the following behavior :
LOOP_IN : Set Loop Entry point
LOOP_OUt : Set Loop Exit point
AUTOLOOP : On/Off Loop
SHIFT +LOOP_IN : Toggles between Loop In and Jog mode (Led will blink)
SHIFT +LOOP_OUT : Toggles between Loop Out and Jog mode (Led will blink)
SHIFT +LOOP_MOVE : Toggles between Loop Move and Jog mode (Led will blink)

Notes
- As of the latest build, while the jog is on Loop In/Out/Move mode, when you disable the loop, the wheel will automatically return to the Jog mode (so no need to turn that off manually)
- The above is just an approach. You can use more combinations of course.
- The Smart Loop (SHIFT+AUTOLOOP) which is part of the default mapper, is not present in this example.
 

Mensajes Thu 23 Jul 15 @ 5:31 pm
Thanks a lot, will try this.
 

Mensajes Fri 24 Jul 15 @ 2:32 am
VDJ RonPRO InfinityMember since 2010
If I remember correctly it is quite easy if a endless encoder ( a knob which will rotate forever) is available. The Hercules Steel, and 4mx had plenty of those kind of knobs.
The mc6000 has few, and it would mean layering the few endless encoders. I'm not that fond of many functions being performed by one knob.
Obviously the jog wheels will do the job.
I'm quite happy using a jog wheel, and headphones to set the loop in point, and to save time I would then just use a 1, or 2 bar loop button.
 

Mensajes Fri 24 Jul 15 @ 1:03 pm
I did not really get the script to work.
Mustn't I assign also additional behaviour for the jogwheel itself?
There are no button for "loop move" either.
 

Mensajes Sat 25 Jul 15 @ 8:34 am
VDJ RonPRO InfinityMember since 2010
It could be an additional mode for the jog wheel, with the button controlling the modes assigned an extra function.
Also it must have been VDJ 7 where I though it was quite easy to assign code to an endless encoder.
 

Mensajes Sat 25 Jul 15 @ 10:36 am
VDJ RonPRO InfinityMember since 2010
wheel_mode "loop_move,loop_out,loop_in,jog"

Applied to the DNS1200 flip button.

Maybe..... wheel_mode "loop_move,jog"
or just.......wheel_mode "loop_move" applied to a spare button.
 

Mensajes Wed 29 Jul 15 @ 9:55 am
Thanx Ron, will try this out!
 

Mensajes Wed 29 Jul 15 @ 1:13 pm


(Los tópicos y foros antiguos son automáticamente cerrados)