If I look at the BRL.Audio module, within Type TSound there are functions like this:
The thing is that Play clearly does more than just return a channel, it actually plays the sample! So where can I see the source for that, or is it just in C++ and unavailable?
Method Play:TChannel( alloced_channel:TChannel=Null ) Return New TChannel End Method
The thing is that Play clearly does more than just return a channel, it actually plays the sample! So where can I see the source for that, or is it just in C++ and unavailable?