Hello xD
I was wondering if anyone out there uses voicemeeter potato with their VDJ and has mic crackling issues. Or, has experienced the crackling and was able to make adjustments to fix the issue. I have seen the youtube vids explaining vm potatoe set up etc....I was just wondering in anyone else that uses vdj has experienced the same issue as me and was able to make adjustment to fix it. Thanks..xD
I was wondering if anyone out there uses voicemeeter potato with their VDJ and has mic crackling issues. Or, has experienced the crackling and was able to make adjustments to fix the issue. I have seen the youtube vids explaining vm potatoe set up etc....I was just wondering in anyone else that uses vdj has experienced the same issue as me and was able to make adjustment to fix it. Thanks..xD
Posted Sat 04 Jan 20 @ 2:44 pm
There are so many ways to use voicemeeter potato .. so many possible VDJ configs.... and so many audio system and drivers... More info is needed to get help
I personally use voicemeeter potato only on a test configs in a really foolish way with no other issue but a buffer problem after some hours up.. as with any other ASIO
vdj main headphone preview and booth --> voicemeeter potato as a 7.1 demultiplexer & mixer & effect insert & VBAN & multiplexer --> Realtek 7.1 , one audio element per channel with asio4all
getting 4 different outputs controllable from within Voicemeeter:
front : headphones
lfe/center : main
rear : booth
side : preview
there are some issues depending on ASIO port in use and VDJ platform
I use Voicemeeter AUX Virtual ASIO because of problems with Voicemeeter VAIO & VAIO3 and Voicemeeter Insert does not allow demultiplexing with access to sliders
I also get a computer where Voicemeeter used to run for years but one day a VDJ 2018 update started to crashed at start
VDJ is unusable with Voicemeeter there anymore -- can run in 32bit, can run in 64 bit, but needs 2 different configs and VDJ crashes if the unused other one stays in settings
A simple WASAPI config is working great
Most of the time, Voicemeeter is not needed at all in a VDJ Config,
if VBAN is wanted better is to use it from a recording device out of VDJ
I personally use voicemeeter potato only on a test configs in a really foolish way with no other issue but a buffer problem after some hours up.. as with any other ASIO
vdj main headphone preview and booth --> voicemeeter potato as a 7.1 demultiplexer & mixer & effect insert & VBAN & multiplexer --> Realtek 7.1 , one audio element per channel with asio4all
getting 4 different outputs controllable from within Voicemeeter:
front : headphones
lfe/center : main
rear : booth
side : preview
there are some issues depending on ASIO port in use and VDJ platform
I use Voicemeeter AUX Virtual ASIO because of problems with Voicemeeter VAIO & VAIO3 and Voicemeeter Insert does not allow demultiplexing with access to sliders
I also get a computer where Voicemeeter used to run for years but one day a VDJ 2018 update started to crashed at start
VDJ is unusable with Voicemeeter there anymore -- can run in 32bit, can run in 64 bit, but needs 2 different configs and VDJ crashes if the unused other one stays in settings
A simple WASAPI config is working great
Most of the time, Voicemeeter is not needed at all in a VDJ Config,
if VBAN is wanted better is to use it from a recording device out of VDJ
Posted Sun 05 Jan 20 @ 12:42 am
Wow!!..thanks!...i went back to the banana version and changed the settings to match the controller (DDJ-SB3) which is the 4-16-44100....and im still getting crackling at times....I really only use the VM for the mic and the background music..I tried getting rid of the background music and the crackling still happens at times... the youtube vids seem to suggest that its buffer issues like you speak of that causes the crackling...sooo frustrating ..i wanna use the VM cause i like the way it makes the mic sound and to play the background music when i speak into my stream...thats pretty much all i use it for....I wonder if there is another program that i can use in lue of vm...but i have not found any..and focusrite for the 212 scarlet that i use doesn't offer it...I hate i have a nice road broadcaster mic with an audio interface and get crackling....im really bummed
Posted Sun 05 Jan 20 @ 4:30 pm
I don't see why you're involving another piece of software at all.
VDJ has a mic input, and nowadays it has full three band EQ. VDJ can also of course play "background music" on any of its (up to 99) decks or even the sampler.
VDJ has a mic input, and nowadays it has full three band EQ. VDJ can also of course play "background music" on any of its (up to 99) decks or even the sampler.
Posted Sun 05 Jan 20 @ 4:34 pm
ive used the sampler before, its great for bk music..but not the eq for the mic..i will look for it....i have no idea where it is....if i can make the mic sound like it does via vm...that would be fantastic...vm is a pita..lol...but i wanted something for the mic and vm is what i found....thanks for responding!..xD
Posted Sun 05 Jan 20 @ 4:59 pm
I'm not aware of any skins that have implemented EQ on the mic yet, but you can of course make use of custom knobs.
Posted Sun 05 Jan 20 @ 5:22 pm
I made my own skin with the skin maker...so if i can figure out how to access the eq for the mic and it works ....and ....I can incorporate it in to the skin...thats what i will do..I would rather do that than mess with vm anymore...thanks for your help.
Posted Sun 05 Jan 20 @ 5:29 pm
I added the mic EQ controls to the old default skin a while ago.
It's also possible to add a mic effect section if you wanted to use a compressor, reverb etc.
It's also possible to add a mic effect section if you wanted to use a compressor, reverb etc.
Posted Sun 05 Jan 20 @ 6:21 pm
A gate would be nice..that sure did come in handy so folks didn't hear my dog when she barked!...im adding the eq to the skin now...thanks for the pic...but which ones are for the mic eq?...are those the 4 knobs in the middle that appear to be custom?..I added the eq nobs..it does sound better...not as good as vm did..but at least i dont have to deal with vm anymore.
Posted Sun 05 Jan 20 @ 6:39 pm
instead of using 3 band eq, use the 10 band plugin.
as for a gate, should be possible with something like this
repeat_start 'homeMadeGate' 30ms & param_smaller "get_level 'mic'" 0.4 ? mic_volume 1.0 & repeat_start 'micDip' 2000ms 1 & mic_volume 0.0 : nothing
0.4 [40%] is the threshold, 2000ms is the hold.
I haven't tested [no mic here] and it will depend on your HW mic routing, but it should work, or use a vst
as for a gate, should be possible with something like this
repeat_start 'homeMadeGate' 30ms & param_smaller "get_level 'mic'" 0.4 ? mic_volume 1.0 & repeat_start 'micDip' 2000ms 1 & mic_volume 0.0 : nothing
0.4 [40%] is the threshold, 2000ms is the hold.
I haven't tested [no mic here] and it will depend on your HW mic routing, but it should work, or use a vst
Posted Sun 05 Jan 20 @ 7:17 pm
Thanks!..thats awesome....which 10 band plug in?..and where would i find it?...also, what is a vst??...thanks!!..xD
Posted Sun 05 Jan 20 @ 9:18 pm
like all other plugins; from inside vdj extensions... eq10
as for vst, look it up.
as for vst, look it up.
Posted Sun 05 Jan 20 @ 9:33 pm
here's one example of a vocal vst plugin
https://www.waves.com/plugins/cla-vocals#mix-vocals-with-one-plugin
https://www.waves.com/plugins/cla-vocals#mix-vocals-with-one-plugin
Posted Sun 05 Jan 20 @ 9:40 pm
lol..thanks for the help
Posted Sun 05 Jan 20 @ 9:43 pm
how does one tell if the plug in is compatible with VDJ?
Posted Sun 05 Jan 20 @ 11:39 pm
most are i haven't been able to get any of the waves plugins to work in VDJ though. if anyone has please speak up :-)
i know these work and many are free https://www.voxengo.com/
i know these work and many are free https://www.voxengo.com/
Posted Mon 06 Jan 20 @ 1:01 am
I got one of the wave plug ins and couldn't get it to work either. Thanks for the link to the ones that do!!!
Posted Mon 06 Jan 20 @ 2:03 am
make sure u test with the demos before u spend any money :-)
Posted Mon 06 Jan 20 @ 2:23 am
Will do!!..thanks for that!...i did not know you could demo!..now it do!!...and thanks again for Loudmax...it was a saver for sure!!..xD
Posted Mon 06 Jan 20 @ 12:21 pm