"key" should work fine, but maybe try "key_smooth"
http://www.virtualdj.com/wiki/VDJscript_verbs.html
"key" should work fine, but maybe try "key_smooth"
http://www.virtualdj.com/wiki/VDJscript_verbs.html
Why did the elephant get lost... Cause the Jungle is MASSIVE!
Maybe you have the master tempo on "pure scratch" in the (config --> performances --> master tempo) tab. Set it to "fast stretching" not "pure scratch" That's the only way I could replicate your problem.
Why did the elephant get lost... Cause the Jungle is MASSIVE!
I'm positive I do have it ON POSITIVE SCRATCH, so I'll try this in a few hours and report back. Thanks again Synthet1c for going above and beyond!
Ok I got a new mini project, I would like my Play/Pause button to activate TTS v2.dll (Turntable Start) when nothing is playing yet and brake.dll when the song is playing. These were 2 of my favorite old school effects when I was just dj'n with turntables and I wanted to see if it was possible to bring some old school into the new school.
The script that would need to be amended is as follows:
<map value="PLAY_PAUSE" action="play_pause" />
<map value="LED_PLAY_PAUSE" action="loaded ? pause ? blink : play : off" />
As usual thanks for any assistance!
What you are asking for is
play ? effect 'TTS' active off & effect 'brake' active on : effect 'brake' active off & effect 'TTS' active on
but I highly recommend that you use chackl's great vinyl brake plugin, it sounds much better than the standard brake and turntable start. It also uses physics to put the playhead exactly where it should be unlike the standard effects.
Why did the elephant get lost... Cause the Jungle is MASSIVE!
Sounds good I'll check it out, in the mean time I think there might be a script error here some where as VDj didnt recognize the map when I put it in. But what the hell do I know your the VDj C++ wiz.
<map value="PLAY_PAUSE" action="play ? effect 'TTS' active off & effect 'brake' active on : effect 'brake' active off & effect 'TTS' active on" />
Thanks again synthet1c for helping me out!!!
I just tried it out.. it acts pretty weird... when the deck was stopped it will wind up then down then up again. If I were you I would just use chackl's plugin, it automatically detects if the deck is playing or not..
effect 'vinylbrake' active
Why did the elephant get lost... Cause the Jungle is MASSIVE!
|
Bookmarks