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
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
Posted 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
for(int i = 0; i < nb_samples; i++)
{
if( speedbuffer < 0 ) // going backwards
soundbuffer = 0; // mute this sample
}
macourteau
Posted Mon 22 Nov 04 @ 12:00 am
i couldnt find auto scratch on the effects page.. where it's located?
Posted Sun 19 Dec 04 @ 12:19 pm
Posted 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.
Posted Sun 26 Dec 04 @ 8:06 pm
XFade has been released.
Posted 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.
Posted Mon 27 Dec 04 @ 12:14 pm
how can i get my level up
Posted Sat 12 Feb 05 @ 4:56 pm
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 :)
After, you will increase your level according to the help you will bring to the VDJ community.
Good luke :)
Posted Sat 12 Feb 05 @ 6:02 pm
hi guys, The auto-scratch doesn't work.. How can I turn the plugin on?
Posted Sun 17 Apr 05 @ 3:08 pm
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.
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.
Posted Sun 17 Apr 05 @ 4:50 pm
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
it's the fonction: auto_scratch()
0 for switching (on/off), 1 for on, -1 for off
Posted Sun 17 Apr 05 @ 4:51 pm
or with a shortcut
Posted 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
TIA
Posted Mon 18 Apr 05 @ 2:46 pm
for example "forward_scratch" = if you go backward, sound is cut (in fact crossfader)
Posted 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?
Posted Tue 19 Apr 05 @ 4:48 am
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.
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.
Posted Tue 19 Apr 05 @ 5:00 am
Got it...
The part I was missing was Setup>Plugins tab>Plug in settings.
The part I was missing was Setup>Plugins tab>Plug in settings.
Posted Wed 20 Apr 05 @ 2:19 am
Thx ^^
Posted Fri 03 Mar 06 @ 12:22 pm
hey wud upp thxxxx 4 ittt
Posted Mon 24 Jul 06 @ 6:40 pm