登录:     


Forum: General Discussion

Topic: Waveform "Beats" to "Colors" by Mapping. Possible?

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

I'd like to change the waveform "Beats" to "Colors" by Mapping. Possible?
 

发表时间 Thu 02 Jun 22 @ 2:47 am
it's a setting
most settings can be accessed with the script
setting "SETTINGNAME" "PARAMETER"

setting skinWaveformType colors ? setting skinWaveformType beats : setting skinWaveformType colors
 

That is exactly what I was seeking. THANK YOU!
Is there a place I ca reference/find these other settings?

 

it's just settings as listed in the settings window.

not everything is scriptable, and some cases like perdeck settings have a script specifically [e.g. smart_play] some cases the param could be a number and not an option name.
 

This is what I ended up with. I wanted the colors when scratching, also changed the crossfader curve:

pad_page 'scratchbank' & custom_button "scratch" & setting "skinWaveformType" "colors" & setting "crossfadercurve" "scratch"

Another button changes curve and waveform back to beats.
 

cool, just string the commands together.

but what's this
custom_button "scratch"

I don't believe can call custom buttons by name, I don't think it's doing anything.
 

and you could do it single button

( setting "skinWaveformType" "colors" && setting "crossfadercurve" "scratch" ) ? STUFF FOR NOT SCRATCH MODE : pad_page 'scratchbank' & setting "skinWaveformType" "colors" & setting "crossfadercurve" "scratch"
 

locodog wrote :
cool, just string the commands together.

but what's this
custom_button "scratch"

I don't believe can call custom buttons by name, I don't think it's doing anything.


Yea, not sure what that is, LOL. I mapped a couple of buttons on my controller (DDJ-1000SRT). I really appreciate your help!

 

Ugh, now I'm not sure why, but the Advanced EQ Mode (For EX Remix) isn't mapped to the controller anymore. I have saved new map settings along the way as I test. I really use those settings when mixing lately, dumping the beat on the song I'm mixing out and bringing in an instrumental. Any suggestions?
 

I have this on a custom_button
setting eqmode 'frequency' ? off & eq_mode +1 & setting mathengine 'cpu' : on & eq_mode +1 & setting mathengine 'off'


the "off" "on" is about the button led logic, so ignore it, but look over it in mapping window, click the "eq_mode" bit of text and read the description. It should help, and if you still don't get the result you want. it narrows the explanation needed. [working it out yourself is best to remember/learn, if you work it out that's you, you did it. if you can't work it out you remember the struggle & hopefully the given answer, ... copy and paste solutions, you just don't learn/remember, well that's how my brain works]
 

I don't even know what to make of this, LOL. I'm easily confused. I now feel like my Homer avatar. All I know is when I would fire up VDJ, the mapping for the custom EQ/STEMS worked - and now it's not, thanks to something I buggered up. Is there a way to get it back the way it was - without having to assign code to a button? Maybe I'm missing the benefits of doing so...
 

I get it's good to teach, but I have no idea where I went wrong - messing up the preset EQ filter stuff. BUT I am smart enough to run frequent backups of settings and all my music! I ended up just reverting the settings.xml file and boom, the preset EQ stuff is working again. I'll add my recent custom codes back to the controller one at a time, being careful to not goof anything else up! I'll update later. Thanks again for your input.
 



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