Re: audio clips crashing livecode

2014-10-04 Thread tbodine
> LC is EXTREMELY picky when it comes to play imported audio/video files! :-) I'm counting on the open source multimedia stretch goal to make LC a modern multimedia tool on all supported platforms. -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/

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 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. >> Sudden

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

2012-10-15 Thread Klaus on-rev
Hi Pete, Am 15.10.2012 um 19:47 schrieb 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 im

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 t

Re: Audio clips

2012-10-15 Thread Klaus on-rev
Hi Pete, Am 15.10.2012 um 19:03 schrieb 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

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 18:13 schrieb Peter Haworth : > 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 imported video

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 On

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

Re: Audio clips

2012-10-14 Thread Klaus on-rev
Hi Michael, Am 14.10.2012 um 18:04 schrieb Michael Kann : > 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 http://www.major-k.de kl...@ma

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 wrote: From: Michael Kann Subject: Re: Audio clips To: "How to use LiveCode" Date: Sunday, October 14,

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 wrote: From: Klaus on-rev Subject: Re: Audio clips To: "How to use LiveCode" Date: Sunday, October 14, 2012, 10:49 AM Hi Pete, Am 14.10.2012 um 17:29 schrie

Re: Audio clips

2012-10-14 Thread Klaus on-rev
Hi Pete, Am 14.10.2012 um 17:29 schrieb Peter Haworth : > 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 imported audio

Re: Audio clips

2012-10-14 Thread Peter Haworth
Thanks Michael, looks like that should work. Pete lcSQL Software On Sun, Oct 14, 2012 at 8:06 AM, Michael Kann wrote: > Peter, > > You can make a poor man's pause btn using the following idea: > > --- stop btn > > --- stop aud

Re: Audio clips

2012-10-14 Thread Michael Kann
Peter, You can make a poor man's pause btn using the following idea: --- stop btn --- stop audio and save point audio is stopped on mouseUp    stop player  1    put the currentTime of player 1 into fld "sto

Re: Audio clips

2012-10-14 Thread Klaus on-rev
Hi Pete, Am 14.10.2012 um 03:03 schrieb 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. no "pause" with (imported) audioclips, just start and stop. > Pete Best Klaus -- Klaus