快速登录:  

Forum: VirtualDJ Plugins

话题: Note about auto_scratch modules

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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
 

发表时间 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
 

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

发表时间 Sun 19 Dec 04 @ 12:19 pm
claxPRO InfinityMember since 2004
 

发表时间 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.
 

发表时间 Sun 26 Dec 04 @ 8:06 pm
claxPRO InfinityMember since 2004
XFade has been released.
 

发表时间 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.
 

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

发表时间 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 :)
 

发表时间 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?
 

发表时间 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.
 

发表时间 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
 

发表时间 Sun 17 Apr 05 @ 4:51 pm
claxPRO InfinityMember since 2004
or with a shortcut
 

发表时间 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
 

发表时间 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)
 

发表时间 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?
 

发表时间 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.
 

发表时间 Tue 19 Apr 05 @ 5:00 am
Got it...

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

发表时间 Wed 20 Apr 05 @ 2:19 am
kyuzo88Home userMember since 2006
Thx ^^
 

发表时间 Fri 03 Mar 06 @ 12:22 pm
hey wud upp thxxxx 4 ittt
 

发表时间 Mon 24 Jul 06 @ 6:40 pm


(陈旧帖子或论坛版块会自动关闭)