Any assistance appreciated.
I've created two 'Rhythm' waveform panels on my skin so deck b is effectively below deck a, this works fine apart from one thing, When you use the mouse to bend/scratch on either one it only works on the 'active' deck rather than the one you are on. Any ideas anyone ?
Many Thanks
My code so far :
<rhythm pannel="6">
<size width="554" height="51"/>
<pos x="563" y="400"/>
<chan1_active1 x="19" y="1830" />
<both_active1 x="19" y="1830"/>
<chan2_active1 x="19" y="56" />
<chan2_active2 x="19" y="56" />
<chan1_active2 x="19" y="1830" />
<both_active2 x="19" y="1830"/>
<grid1 width="5" mainwidth="11">
<size width="554" height="9"/>
<pos x="563" y="451"/>
<active1 x="19" y="1881"/>
<active2 x="19" y="1881"/>
</grid1>
<grid2 width="5" mainwidth="11">
<size width="554" height="9"/>
<pos x="563" y="462"/>
<active1 x="19" y="2931"/>
<active2 x="19" y="2931"/>
</grid2>
<cue1>
<size width="554" height="51"/>
<pos x="563" y="400"/>
<text dx="9" dy="0" font="Virtual DJ" size="10" color="#B0E0FF"/>
</cue1>
</rhythm>
<rhythm pannel="6">
<size width="554" height="51"/>
<pos x="563" y="600"/>
<chan2_active1 x="19" y="2880" />
<both_active1 x="19" y="2880"/>
<chan1_active1 x="19" y="56" />
<chan1_active2 x="19" y="56" />
<chan2_active2 x="19" y="2880" />
<both_active2 x="19" y="2880"/>
<grid1 width="5" mainwidth="11">
<size width="554" height="9"/>
<pos x="563" y="662"/>
<active1 x="19" y="1881"/>
<active2 x="19" y="1881"/>
</grid1>
<grid2 width="5" mainwidth="11">
<size width="554" height="9"/>
<pos x="563" y="651"/>
<active1 x="19" y="2931"/>
<active2 x="19" y="2931"/>
</grid2>
<cue2>
<size width="554" height="51"/>
<pos x="563" y="600"/>
<text dx="9" dy="0" font="Virtual DJ" size="10" color="#B0E0FF"/>
</cue2>
</rhythm>
I've created two 'Rhythm' waveform panels on my skin so deck b is effectively below deck a, this works fine apart from one thing, When you use the mouse to bend/scratch on either one it only works on the 'active' deck rather than the one you are on. Any ideas anyone ?
Many Thanks
My code so far :
<rhythm pannel="6">
<size width="554" height="51"/>
<pos x="563" y="400"/>
<chan1_active1 x="19" y="1830" />
<both_active1 x="19" y="1830"/>
<chan2_active1 x="19" y="56" />
<chan2_active2 x="19" y="56" />
<chan1_active2 x="19" y="1830" />
<both_active2 x="19" y="1830"/>
<grid1 width="5" mainwidth="11">
<size width="554" height="9"/>
<pos x="563" y="451"/>
<active1 x="19" y="1881"/>
<active2 x="19" y="1881"/>
</grid1>
<grid2 width="5" mainwidth="11">
<size width="554" height="9"/>
<pos x="563" y="462"/>
<active1 x="19" y="2931"/>
<active2 x="19" y="2931"/>
</grid2>
<cue1>
<size width="554" height="51"/>
<pos x="563" y="400"/>
<text dx="9" dy="0" font="Virtual DJ" size="10" color="#B0E0FF"/>
</cue1>
</rhythm>
<rhythm pannel="6">
<size width="554" height="51"/>
<pos x="563" y="600"/>
<chan2_active1 x="19" y="2880" />
<both_active1 x="19" y="2880"/>
<chan1_active1 x="19" y="56" />
<chan1_active2 x="19" y="56" />
<chan2_active2 x="19" y="2880" />
<both_active2 x="19" y="2880"/>
<grid1 width="5" mainwidth="11">
<size width="554" height="9"/>
<pos x="563" y="662"/>
<active1 x="19" y="1881"/>
<active2 x="19" y="1881"/>
</grid1>
<grid2 width="5" mainwidth="11">
<size width="554" height="9"/>
<pos x="563" y="651"/>
<active1 x="19" y="2931"/>
<active2 x="19" y="2931"/>
</grid2>
<cue2>
<size width="554" height="51"/>
<pos x="563" y="600"/>
<text dx="9" dy="0" font="Virtual DJ" size="10" color="#B0E0FF"/>
</cue2>
</rhythm>
发表时间 Mon 21 Jul 08 @ 4:16 am
I dont believe its possible. Basically when you seperate the waves you are creating an illusion by coloring or hiding the waves as the same background color to make it appear as if its not there. VDJ is just not programmed to do as your asking.
发表时间 Mon 21 Jul 08 @ 7:50 am
As listen2 said. The clicking on waveform function is hardcoded into the .exe.
发表时间 Fri 25 Jul 08 @ 8:28 am