Is there any news about these kind of effects??
I'm looking forward to testing them..it will be great when they will be included in VDJ effects that a professional user can download from this web site
I'm looking forward to testing them..it will be great when they will be included in VDJ effects that a professional user can download from this web site
geposted Wed 03 Sep 08 @ 3:06 pm
Oups I forgot to finish the ones I started in the past.
Sorry I am too busy with so many projects at the same time :-(
Sorry I am too busy with so many projects at the same time :-(
geposted Thu 04 Sep 08 @ 9:21 pm
I can understand you djcel..I see you are really busy:-)
Anyway, when you have finished one of them, it will be great experiment it
Virtualdj needs them
Anyway, when you have finished one of them, it will be great experiment it
Virtualdj needs them
geposted Fri 05 Sep 08 @ 3:17 am
djcel wrote :
Sorry I am too busy with so many projects at the same time :-(
I know that feeling!!
geposted Fri 05 Sep 08 @ 6:14 am
There's still an annoying bug when using the asynchronous buffer, when the track is paused/stopped or there's silence, which causes the plugin to process very small buffer, overloading the CPU.
geposted Sun 07 Sep 08 @ 5:22 am
I think it could be fix...VDJ developers are the best in fixing issues!!:-)
geposted Sun 07 Sep 08 @ 5:27 am
TexZK wrote :
There's still an annoying bug when using the asynchronous buffer, when the track is paused/stopped or there's silence, which causes the plugin to process very small buffer, overloading the CPU.
Are you sure that you don't use the flag : VDJPLUGINFLAG_NOCACHE
geposted Sun 07 Sep 08 @ 12:09 pm
@ Cel: yes, I'm using the cached version. I've also tried with the fixed size one, with no luck at all :(
It behaves as it processes one single (stereo) sample per call during silence! In fact, I can bypass this only by making the OnProcessSample() exit if the track is paused/not playing (using GetInfo()), but this way the effect doesn't work when scratching with TCV (track not playing) :(
It behaves as it processes one single (stereo) sample per call during silence! In fact, I can bypass this only by making the OnProcessSample() exit if the track is paused/not playing (using GetInfo()), but this way the effect doesn't work when scratching with TCV (track not playing) :(
geposted Sun 07 Sep 08 @ 1:21 pm