What would be the easiest way to be able to Get the Sample playing on a specific Audio Channel ( as Samples name or some sort of ID )?
Printable View
What would be the easiest way to be able to Get the Sample playing on a specific Audio Channel ( as Samples name or some sort of ID )?
If you want to use MMF2's built in audio engine, use the Sound Player object first off, it integrates with the thing. Next do a compare general values and do PlayedChannel( "Sound Player" ) = whateverchannel then add another condition testing for whether a sample player or not, be it a specific one or not.