- Edited
VERY new to GE so please bear with me. I have an AudioStreamPlayer in which I load a wav file. As I understand it, the wav is loaded as an AudioStreamSample. I need to be able to edit its "Loop End" member variable of AudioStreamSample from another script, but I don't see how to create this connection as the AudioStreamSample does not appear in the inspector as a child of the AudioStreamPlayer.
My application is to build a musical instrument. My wav file is a single-cycle waveform, and changing the loop_end alters the pitch.
Thanks for any inputs.