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
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 Sun 06 Jul 03 @ 11:41 am
How can you test the plugins ? You don't seem to have the full version, and the demo is not available yet...
Posted Sun 06 Jul 03 @ 11:48 am
Im using a mates computer and he has the full version
Posted Sun 06 Jul 03 @ 12:02 pm
Who ?
Posted Sun 06 Jul 03 @ 12:12 pm