登录:     


Forum: Old versions

Topic: Browser Scroll question for Denon HC 4500

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

I'm trying to figure out the script to scroll my sound effects, video effects and video transitions using "Browser_scroll" but I can't seem to get the right verbiage.

Can someone help me out?

Thanks
 

发表时间 Fri 05 Jun 09 @ 10:30 pm
Browser_scroll is for scrolling through the 'songs' or the 'folders'

What exactly are you trying to do ... can you be more specific?
 

I'm trying to mimic JPBoggis's mapper when I'm in "Sound Effects" mode by using the circular button on the Denon hc 4500 to scroll down the sound effects page and play the effects by pusing the button. I want to perform the same action for video effects and video transitions.
 

I don't know the new VDJScript command, but the "effect_select_multi +1" / "effect_select_multi -1" 5.x command is what you're looking for! ;)
 

I can't figure it out.

I wish there was a command like "browser Scroll" for the sound effects, video effects and video transitions. that would make things so much simpler.
 

First you would need to map a button to select mode, e.g:

TITLE =

cycle 'mode' 4 & var_equal 'mode' 1 ? show_text "Effects|Mode" : var_equal 'mode' 2 ? show_text "Video|Mode" : var_equal 'mode' 3 ? show_text "Sampler|Mode" : show_text "Normal|Mode"


Then assign actions for turning the parameter knob:

TRACK_KNOB =

var_equal 'mode' 1 ? effect select : var_equal 'mode' 2 ? video_fx_select : var_equal 'mode' 3 ? sampler select : browser_scroll


TRACK_KNOB_DOWN =

var 'fx_mode' 1 ? effect active : var_equal 'mode' 2 ? video_fx : var_equal 'mode' 3 ? sampler play_stop : browser_enter

 

Thank YOU!

By the way, what is the command for YOUR loop mode where you can change the loop with the knob control?
 

I figured it out. thanks everyone for your support especially JPBoggis.
 



(陈旧帖子或论坛版块会自动关闭)