Behringer CMD Studio 4a mapping help - Page 2
Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Tech Guru synthet1c's Avatar
    Join Date
    Nov 2011
    Location
    Melbourne
    Posts
    1,595

    Default

    "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!

  2. #12

    Default

    Yeah I tried both with no luck, very weird.

  3. #13
    Tech Guru synthet1c's Avatar
    Join Date
    Nov 2011
    Location
    Melbourne
    Posts
    1,595

    Default

    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!

  4. #14

    Default

    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!

  5. #15

    Default

    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!

  6. #16
    Tech Guru synthet1c's Avatar
    Join Date
    Nov 2011
    Location
    Melbourne
    Posts
    1,595

    Default

    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!

  7. #17

    Default

    Quote Originally Posted by synthet1c View Post
    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.

    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!!!

  8. #18
    Tech Guru synthet1c's Avatar
    Join Date
    Nov 2011
    Location
    Melbourne
    Posts
    1,595

    Default

    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!

  9. #19

    Default

    Quote Originally Posted by synthet1c View Post
    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
    Ok sounds good, I'll try it out, Thanks again!!!

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •