Ingreso rápido:  

Forum: VirtualDJ Plugins

Tema: Note about auto_scratch modules

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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
 

Mensajes Tue 05 Oct 04 @ 8:19 pm
djcelPRO InfinityModeratorMember since 2004
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
 

Mensajes Mon 22 Nov 04 @ 12:00 am
i couldnt find auto scratch on the effects page.. where it's located?
 

Mensajes Sun 19 Dec 04 @ 12:19 pm
claxPRO InfinityMember since 2004
 

Mensajes Sun 19 Dec 04 @ 1:28 pm
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.
 

Mensajes Sun 26 Dec 04 @ 8:06 pm
claxPRO InfinityMember since 2004
XFade has been released.
 

Mensajes Mon 27 Dec 04 @ 2:51 am
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.
 

Mensajes Mon 27 Dec 04 @ 12:14 pm
GMan843Home userMember since 2005
how can i get my level up
 

Mensajes Sat 12 Feb 05 @ 4:56 pm
kaleoPRO InfinityMember since 2003
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 :)
 

Mensajes Sat 12 Feb 05 @ 6:02 pm
dj_cashPRO InfinityMember since 2004
hi guys, The auto-scratch doesn't work.. How can I turn the plugin on?
 

Mensajes Sun 17 Apr 05 @ 3:08 pm
claxPRO InfinityMember since 2004
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.
 

Mensajes Sun 17 Apr 05 @ 4:50 pm
djcelPRO InfinityModeratorMember since 2004
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
 

Mensajes Sun 17 Apr 05 @ 4:51 pm
claxPRO InfinityMember since 2004
or with a shortcut
 

Mensajes Sun 17 Apr 05 @ 5:00 pm
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
 

Mensajes Mon 18 Apr 05 @ 2:46 pm
djcelPRO InfinityModeratorMember since 2004
for example "forward_scratch" = if you go backward, sound is cut (in fact crossfader)
 

Mensajes Mon 18 Apr 05 @ 3:20 pm
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?
 

Mensajes Tue 19 Apr 05 @ 4:48 am
claxPRO InfinityMember since 2004
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.
 

Mensajes Tue 19 Apr 05 @ 5:00 am
Got it...

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

Mensajes Wed 20 Apr 05 @ 2:19 am
kyuzo88Home userMember since 2006
Thx ^^
 

Mensajes Fri 03 Mar 06 @ 12:22 pm
hey wud upp thxxxx 4 ittt
 

Mensajes Mon 24 Jul 06 @ 6:40 pm


(Los tópicos y foros antiguos son automáticamente cerrados)