Re: Play WAV audio clips in iOS

2018-01-06 Thread Randy Hengst via use-livecode
.runrev.com> wrote: >> >> When you import an audio file into the stack as a control you need to use: >> play audioClip "the name of your imported sound”, as the imported file >> becomes an audio clip. The dictionary is somewhat confusing when it comes to >> sup

Re: Play WAV audio clips in iOS

2018-01-06 Thread Roger Guay via use-livecode
;the name of your imported sound”, as the imported file > becomes an audio clip. The dictionary is somewhat confusing when it comes to > support for audio clips om mobile platforms. If you look at audioClip as > object, the dictionary states that it is not supported on mobile platforms,

Re: Play WAV audio clips in iOS

2018-01-06 Thread Tore Nilsen via use-livecode
When you import an audio file into the stack as a control you need to use: play audioClip "the name of your imported sound”, as the imported file becomes an audio clip. The dictionary is somewhat confusing when it comes to support for audio clips om mobile platforms. If you look at audi

Re: Play WAV audio clips in iOS

2018-01-06 Thread Roger Guay via use-livecode
Aha, the thought plickens! BTW, I was able to find all the numbers in your app, so I guess there’s hope? Thanks for your help. Roger > On Jan 6, 2018, at 1:49 PM, Randy Hengst via use-livecode > wrote: > > Hi Roger, > > Sorry, but I have no idea. I’ve only

Re: Play WAV audio clips in iOS

2018-01-06 Thread Randy Hengst via use-livecode
Hi Roger, Sorry, but I have no idea. I’ve only used wav files added via the Copy Files pane for sound. In fact, I can’t even say I remember seeing the audio file under import as control. randy - > On Jan 6, 2018, at 1:34 PM, Roger Guay via use-livecode >

Re: Play WAV audio clips in iOS

2018-01-06 Thread Roger Guay via use-livecode
I really appreciate your patience with me, Randy, but, here is my question: Under the File menu of LiveCode, one is offered the option of "Importing As Control” -> “Audio File…” What’s Up with that and how is that related to your solution? Thanks, Roger > On Jan 6, 2018, at 11:12 AM, Randy

Re: Play WAV audio clips in iOS

2018-01-06 Thread Randy Hengst via use-livecode
The wav file is imported via the Copy File tab…the wav file is not a control. The path is then listed in the copy files window… for example: /Users/randyhengst/Desktop/iOS App SOUNDS and ICON folders/FingerGloveCounting ICONS/0.wav In this case, the name of my wav file is “0.wav” So in a

Re: Play WAV audio clips in iOS

2018-01-06 Thread Roger Guay via use-livecode
Thanks Randy. I missed that! Is this done instead of Importing (them) As Controls, or in addition to Importing As Controls? Or is Importing As Controls useless? Thanks again, Roger > On Jan 6, 2018, at 10:18 AM, Randy Hengst via use-livecode > wrote: > > I

Re: Play WAV audio clips in iOS

2018-01-06 Thread Randy Hengst via use-livecode
Hi Roger, WAV files do work on iOS. I use them regularly. I bring the wav files into the app using the Copy Files tab in the Standalone Applications Settings. Then when you call the sound with the play command making sure you’ve spelled the name exactly the way you’ve brought it into your

Play WAV audio clips in iOS

2018-01-06 Thread Roger Guay via use-livecode
According to my research the Play command should work in iOS. But so far, no luck. I’ve imported (as controls) a few WAV sound files into my stack and I’m using the “play” command successfully in the IDE as well as Mac Standalones, but not iOS. What am I missing please? I can’t seem to find

Re: audio clips crashing livecode

2014-10-04 Thread tbodine
/audio-clips-crashing-livecode-tp4684125p4684148.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

audio clips crashing livecode

2014-10-03 Thread revolut...@duncansoftware.on-rev.com
I was working on a program that included about a hundred small audio clips. Suddenly they wouldn't play and produced the spinning beach ball of death on my MacBook Pro running OSX 10.6.8. I couldn't see what I had done to cause this since the code change that I made was minor. Eventually I quit

Re: audio clips crashing livecode

2014-10-03 Thread Klaus major-k
Hi revolut...@duncansoftware.on-rev.com Am 04.10.2014 um 01:00 schrieb revolut...@duncansoftware.on-rev.com: I was working on a program that included about a hundred small audio clips. Suddenly they wouldn't play and produced the spinning beach ball of death on my MacBook Pro running OSX

Re: audio clips crashing livecode

2014-10-03 Thread Pierre Sahores
AFAIK m4v clips works on all platforms. Le 4 oct. 2014 à 01:05, Klaus major-k kl...@major-k.de a écrit : Hi revolut...@duncansoftware.on-rev.com Am 04.10.2014 um 01:00 schrieb revolut...@duncansoftware.on-rev.com: I was working on a program that included about a hundred small audio clips

Re: Audio clips

2012-10-15 Thread Peter Haworth
Hi Klaus, So the proposed solution only works with a player control, not with imported audio clips? I'm kinda puzzled by this since, if the dictionary is to be believed, it is possible to pause and resume imported video clips, but not audio clips. Pete lcSQL Software http://www.lcsql.com

Re: Audio clips

2012-10-15 Thread Klaus on-rev
Hi Pete, Am 15.10.2012 um 18:13 schrieb Peter Haworth p...@lcsql.com: Hi Klaus, So the proposed solution only works with a player control, not with imported audio clips? Exactly. I'm kinda puzzled by this since, if the dictionary is to be believed, it is possible to pause and resume

Re: Audio clips

2012-10-15 Thread Peter Haworth
I wondered about the lack of formats! Just ran into another issue with this, although videoclips this time. I imported a .avi videoclip into a stack. When I try to play it, I get the spinning beachball forever and have to force quit the IDE. This is OS X 10.7.4, LC 5.5.0. Pete lcSQL Software

Re: Audio clips

2012-10-15 Thread Klaus on-rev
Hi Pete, Am 15.10.2012 um 19:03 schrieb Peter Haworth p...@lcsql.com: I wondered about the lack of formats! Just ran into another issue with this, although videoclips this time. I imported a .avi videoclip into a stack. When I try to play it, I get the spinning beachball forever and have

Re: Audio clips

2012-10-15 Thread Peter Haworth
Thanks Klaus, I'm beginning to think I shouldn't be messing with playing audio/videoclips. Only reason I'm doing it is because a user of my lcStackbrowser plugin requested support for them. I guess I can still provide support to import them and show them in the display but leave playing of them

Re: Audio clips

2012-10-15 Thread Klaus on-rev
Hi Pete, Am 15.10.2012 um 19:47 schrieb Peter Haworth p...@lcsql.com: Thanks Klaus, I'm beginning to think I shouldn't be messing with playing audio/videoclips. Only reason I'm doing it is because a user of my lcStackbrowser plugin requested support for them. I guess I can still provide

Re: Audio clips

2012-10-14 Thread Klaus on-rev
Hi Pete, Am 14.10.2012 um 03:03 schrieb Peter Haworth p...@lcsql.com: Is there a way to pause an audio clip? Play and stop seem to work but I don't see a pause command and play pause doesn't work for audio clips. no pause with (imported) audioclips, just start and stop. Pete Best Klaus

Re: Audio clips

2012-10-14 Thread Michael Kann
--- Mike --- On Sat, 10/13/12, Peter Haworth p...@lcsql.com wrote: From: Peter Haworth p...@lcsql.com Subject: Audio clips To: How to use LiveCode use-livecode@lists.runrev.com Date: Saturday, October 13, 2012, 8:03 PM Is there a way to pause an audio clip?  Play and stop seem to work

Re: Audio clips

2012-10-14 Thread Peter Haworth
Subject: Audio clips To: How to use LiveCode use-livecode@lists.runrev.com Date: Saturday, October 13, 2012, 8:03 PM Is there a way to pause an audio clip? Play and stop seem to work but I don't see a pause command and play pause doesn't work for audio clips. Pete lcSQL Software http

Re: Audio clips

2012-10-14 Thread Klaus on-rev
Hi Pete, Am 14.10.2012 um 17:29 schrieb Peter Haworth p...@lcsql.com: Thanks Michael, looks like that should work. hmm, sure this will work with a PLAYER object, even without storing the currenttime***, but you were asking for a possibility with the PLAY command 8-) play is for use with

Re: Audio clips

2012-10-14 Thread Michael Kann
Klaus, Thanks for the clarification. You're posts are always very educational. Mike --- On Sun, 10/14/12, Klaus on-rev kl...@major.on-rev.com wrote: From: Klaus on-rev kl...@major.on-rev.com Subject: Re: Audio clips To: How to use LiveCode use-livecode@lists.runrev.com Date: Sunday, October 14

Re: Audio clips

2012-10-14 Thread Michael Kann
Klaus, Don't depend on me for learning English. It should be: Your posts are always very educational. (Which is very true.) Mike --- On Sun, 10/14/12, Michael Kann mikek...@yahoo.com wrote: From: Michael Kann mikek...@yahoo.com Subject: Re: Audio clips To: How to use LiveCode use-livecode

Re: Audio clips

2012-10-14 Thread Klaus on-rev
Hi Michael, Am 14.10.2012 um 18:04 schrieb Michael Kann mikek...@yahoo.com: Klaus, Don't depend on me for learning English. I'd NEVER do that! :-D It should be: Your posts are always very educational. (Which is very true.) Thank you! Mike Best Klaus -- Klaus Major

Re: Audio clips

2012-10-14 Thread stephen barncard
If you can locate the late Eric Chatonet's lesson stack about 'how to make a music player', you will find everything you need to make a 'perfect' player that you can 'skin'. It has fast-forward, a progress bar that's grabbable, a common play-pause button and all the artwork for the 12 or so button

Audio clips

2012-10-13 Thread Peter Haworth
Is there a way to pause an audio clip? Play and stop seem to work but I don't see a pause command and play pause doesn't work for audio clips. Pete lcSQL Software http://www.lcsql.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please