Quick Sign In:  

Forum: Old versions

Topic: Plugin Coding Problems

This topic is old and might contain outdated or incorrect information.

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
 

Posted Sat 12 Jul 03 @ 6:47 pm
mcs-itPRO InfinityMember since 2003
I think that this message should be written in the Plugins forum, and not here or in the General forum...
 

Posted Sat 12 Jul 03 @ 7:30 pm


(Old topics and forums are automatically closed)