快速登录:  

Forum: General Discussion

话题: Pluging Coding Problems

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

HI

I am writing a plugin in C++ and have having some probs when using the SendCommand() function.

I have paused the track using :

TSongInfos theInfo;
GetSongInfos(Desk,&theInfo);
SendCommand(Desk,theInfo.PlayPos,"Pause");

And now i need to resume/play it from where it is.

When i use:

SendCommand(Desk,theInfo.PlayPos,"Play");

The track does not instantly play. It only plays if u drag the waveform a tiny bit.

Anyone know a way of playin the track instantly from where it is?

Cheers
 

发表时间 Sat 12 Jul 03 @ 6:51 pm
Please dont post your message in more than one forum!
 

发表时间 Sat 12 Jul 03 @ 7:08 pm


(陈旧帖子或论坛版块会自动关闭)