Anmelden:     


Forum: VirtualDJ Plugins

Topic: Note about auto_scratch modules

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

Just as a note, these modules should not be placed in the "Effects" folder, but in VirtualDJ's root folder:

C:\\Program Files\\VirtualDJ\\

If they are placed in the wrong directory, they will not be detected, and thus won't be usable as auto_scratch modules.

Hope this helps,

macourteau
 

geposted Tue 05 Oct 04 @ 8:19 pm
Soundbuffer stores the samples you have to process; speedbuffer stores a float value for each sample, giving you the approximate scratch speed at that sample. Thus, to cut any samples when going backwards:

for(int i = 0; i < nb_samples; i++)
{
if( speedbuffer < 0 ) // going backwards
soundbuffer = 0; // mute this sample
}

macourteau
 

i couldnt find auto scratch on the effects page.. where it's located?
 

 

Hey, can you write an auto scratch plug in the moves the xfader whenever you the table goes backward. I mean, if the xfader is to the right of the center point , it moves it leftwards and vice versa.
 

XFade has been released.
 

Does it move when you scratch? I mean like the ones that use the scratch assist. I mean it does the fading part when you scratch.
 

how can i get my level up
 

For the next level, you need the full version of VDJ.

After, you will increase your level according to the help you will bring to the VDJ community.

Good luke :)
 

hi guys, The auto-scratch doesn't work.. How can I turn the plugin on?
 

You can select the auto_scratch you want to use in the config area.
With some skins there is a button to enable or disable this option.

Don't forget to pu the .dll files in the VDJ root directory as said above.
 

use the skin with the button "scratch" (or "S" on mixstation-winxp)

it's the fonction: auto_scratch()
0 for switching (on/off), 1 for on, -1 for off
 

or with a shortcut
 

Are there directions for autoscratch? I have the files in the proper folder, but don't know how to turn it on or choose the various scratch options...

TIA
 

for example "forward_scratch" = if you go backward, sound is cut (in fact crossfader)
 

What do I actually need to do to activate forward_scratch? Is there a button, do I have to press a combo of keys, what?
 

3 possibilities:

1°) in the config menu
2°) on a skin which have this function
3°) create your shortcut (function "autoscratch"); there is no auto_scratc shortcut by default.

With points 2 and 3 you have to select first a kind of auto_scratch in the config menu.
 

Got it...

The part I was missing was Setup>Plugins tab>Plug in settings.
 

Thx ^^
 

hey wud upp thxxxx 4 ittt
 



(Alte Themen und Foren werden automatisch geschlossen)