Re: LC & Mac M1 Chip

2021-01-09 Thread Rick Harrison via use-livecode
Otherwise code uses fuzzy logic! LOL Rick > On Jan 9, 2021, at 5:34 PM, Curry Kenworthy via use-livecode > wrote: > > Otherwise code would be unpredictable. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscr

POST data size bug

2021-01-09 Thread Neville Smythe via use-livecode
I seem to have hit another bug in POSTing data to LiveCoder Server (Community 9.6.2) If the data being posted has 139000 characters the POST succeeds and I get a response back from my LC script in about 2.5 seconds. If I try to send about 14 characters I get a time out error. I presume th

Re: LC & Mac M1 Chip

2021-01-09 Thread Curry Kenworthy via use-livecode
Me: > I'm planning to get an M1 Mac this year Naturally, right after I post this, Apple makes headlines (again) for doing something arbitrary and rather dim. So an ethical and professional disclaimer: I don't support self-contradictory and illogical policy, any more than self-contradictory

Re: Audioclips overlapping

2021-01-09 Thread Richmond via use-livecode
Hmm: writing as a lazy slob, I'm not entirely sure if I have the energy or the motivation to determine the length of 176 wav files. http://forums.livecode.com/viewtopic.php?f=10&t=35213 On 9.01.21 20:54, Rick Harrison via use-livecode wrote: Hi Richmond, Do you know how many seconds in length

Re: Audioclips overlapping

2021-01-09 Thread J. Landman Gay via use-livecode
See the "prepare" entry in the dictionary. It's specifically designed to allow instant playback. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailin

Re: Audioclips overlapping

2021-01-09 Thread Rick Harrison via use-livecode
Hi Richmond, Do you know how many seconds in length each clip is? If so, you could tell it to start a second or two sooner to help eliminate that pause you are experiencing. Rick > On Jan 9, 2021, at 10:06 AM, Richmond via use-livecode > wrote: > > Well, Yes, sort of, but I still get an anno

OT Re: Audioclips overlapping

2021-01-09 Thread David V Glasgow via use-livecode
Oh my! I had a minuet generator dongle for my Sinclair Spectrum!! So that’s how it worked! > On 9 Jan 2021, at 3:08 pm, Richmond via use-livecode > wrote: > > Erm . . . not sure about this, but the word 'concatenation' just bubbled > up in my brain. > > But any concatenation would need to be

Native scroller and iPhone X and >

2021-01-09 Thread Ludovic THEBAULT via use-livecode
Hello and happy new year ! I’ve tested my app on an iPhone X and the height of the native scrollers are not corrects. It seems that this is due to the notch. The scrolling area is smaller than needed. Il i test the same app on an iPhone < X (without notch) it’s ok. What I missed ? Here the sc

Re: Audioclips overlapping

2021-01-09 Thread Richmond via use-livecode
Erm . . . not sure about this, but the word 'concatenation' just bubbled up in my brain. But any concatenation would need to be done on the fly inwith LiveCode. Having a seriously bonkers patch: https://introcs.cs.princeton.edu/java/assignments/mozart.html On 9.01.21 16:59, Klaus major-k via u

Re: Audioclips overlapping

2021-01-09 Thread Richmond via use-livecode
Well, Yes, sort of, but I still get an annoying gap between the clips: they should play sequentially without any pauses . . . Best, and, while I'm here, wishing you a Happy New Year. Richmond. On 9.01.21 16:59, Klaus major-k via use-livecode wrote: Hi Richmond, Am 09.01.2021 um 15:52 schrie

Re: Audioclips overlapping

2021-01-09 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 09.01.2021 um 15:52 schrieb Richmond via use-livecode > : > > When I try to play a succession of audioClips they overlap each other. > Is there a way to ensure each clip does not start playing before the > preceding one has finished? do you mean this? ... play ac "a_clip.wav"

Audioclips overlapping

2021-01-09 Thread Richmond via use-livecode
When I try to play a succession of audioClips they overlap each other. Is there a way to ensure each clip does not start playing before the preceding one has finished? Richmond Mathewson. ___ use-livecode mailing list use-livecode@lists.runrev.com P