Page 1 of 1

Can Player control use imported audioclip?

Posted: Sun Feb 24, 2019 9:22 am
by adxsoft
I'm using the Player control and can set the filename property to the external file location of my audio file and play it without any problems.

If I use "Import as control", "Audio file' menu then I can use the command

Code: Select all

play audioclip "myclip.wav"
with no problem.

I wanted to use the same imported audioclip in a Player control rather than use the external file as the source.

Is there any way to get the Player control to recognise the imported audioclip as its source?

Cheers
Allan

Re: Can Player control use imported audioclip?

Posted: Sun Feb 24, 2019 1:41 pm
by bogs
Perhaps the tracks is what your looking for?

Re: Can Player control use imported audioclip?

Posted: Sun Feb 24, 2019 1:49 pm
by Klaus
Hi Alan,
adxsoft wrote:
Sun Feb 24, 2019 9:22 am
Is there any way to get the Player control to recognise the imported audioclip as its source?
no.


Best

Klaus

Re: Can Player control use imported audioclip?

Posted: Sun Feb 24, 2019 1:56 pm
by bogs
Heh, well, Klaus would know for sure :wink:

Re: Can Player control use imported audioclip?

Posted: Tue Feb 26, 2019 4:18 am
by adxsoft
Thanks Klaus!