( The vocal karaoke feature cancels or restores lead vocals feature)
I am using this syntax:
Code: Select all
Buffer$=Space(128)
mciSendString_("OPEN d:\temp\test.dat TYPE MPEGVIDEO ALIAS FILM",Buffer$,128,0)
mciSendString_("PLAY FILM",0,0,0)
...
...
; 2 follow line is problem
mciSendString_("setaudio FILM audio left on" , Buffer$,128,0)
mciSendString_("setaudio FILM audio right off" , Buffer$,128,0)
...
...
But it cannot control On-Off of the vocal channel.
Could you send me the syntax, please....