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"
most settings can be accessed with the script
setting "SETTINGNAME" "PARAMETER"
setting skinWaveformType colors ? setting skinWaveformType beats : setting skinWaveformType colors
发表时间 Thu 02 Jun 22 @ 3:00 am
That is exactly what I was seeking. THANK YOU!
Is there a place I ca reference/find these other settings?
Is there a place I ca reference/find these other settings?
发表时间 Thu 02 Jun 22 @ 9:40 pm
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.
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.
发表时间 Thu 02 Jun 22 @ 10:21 pm
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.
pad_page 'scratchbank' & custom_button "scratch" & setting "skinWaveformType" "colors" & setting "crossfadercurve" "scratch"
Another button changes curve and waveform back to beats.
发表时间 Fri 03 Jun 22 @ 12:29 am
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.
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.
发表时间 Fri 03 Jun 22 @ 12:44 am
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"
发表时间 Fri 03 Jun 22 @ 12:47 am
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.
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!
发表时间 Fri 03 Jun 22 @ 12:57 am
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?
发表时间 Fri 03 Jun 22 @ 1:18 am
I have this on a custom_button
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]
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]
发表时间 Fri 03 Jun 22 @ 1:47 am
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...
发表时间 Fri 03 Jun 22 @ 2:30 am
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.
发表时间 Fri 03 Jun 22 @ 3:41 am





