OpenBOR v3.0 Build 3839

  • Thread starter Thread starter utunnels
  • Start date Start date
Status
Not open for further replies.
U

utunnels

Guest
New sound sample functions:

playsample(sampleid); //play sample
playid = openborvariant("sample_play_id"); // get latest playid,so call right after playsample

.....

channel = querychannel(playid);
// find channel that is playing that sample
if(channel>=0)
{
    stopchannel(channel); //stop
}


 
Status
Not open for further replies.
Back
Top Bottom