Hi guys
Im having some problems when using the send command function.
Within the plugin i am coding i need to stop the track and then start it a little later. Stopping is done by
SendCommand(-1,ATOMIXCMD_STOP,0);
and that working fine. To start it again im using
SendCommand(-1,ATOMIXCMD_SETPOS,PlayPos);
Problem is, when i call this theres a slight delay before the song starts and the whole audio waveform at the top of the screen is refreshed.
Anyone got any ideas as how to solve this?
Cheers Guys
Im having some problems when using the send command function.
Within the plugin i am coding i need to stop the track and then start it a little later. Stopping is done by
SendCommand(-1,ATOMIXCMD_STOP,0);
and that working fine. To start it again im using
SendCommand(-1,ATOMIXCMD_SETPOS,PlayPos);
Problem is, when i call this theres a slight delay before the song starts and the whole audio waveform at the top of the screen is refreshed.
Anyone got any ideas as how to solve this?
Cheers Guys
geposted Thu 14 Aug 03 @ 10:20 am