Re: beepsound on iOS

2016-10-12 Thread Terry Judd
> > > From: use-livecode on behalf of > Terry Judd > Sent: 12 October 2016 04:24 > To: How to use LiveCode > Subject: Re: beepsound on iOS > > Not quite answering my own question but there might be an in

Re: beepsound on iOS

2016-10-12 Thread Mike Kerner
; > set the beepSound to specialFolderPath("engine") & "/shortbeep.aiff" > > > > > From: use-livecode on behalf of > Terry Judd > Sent: 12 October 2016 04:24 > To: How to use LiveCode > Subject: Re: beepsound on iOS >

Re: beepsound on iOS

2016-10-12 Thread John Dixon
Are you supplying a sound file for the beepsound to play ?... as in... set the beepSound to specialFolderPath("engine") & "/shortbeep.aiff" From: use-livecode on behalf of Terry Judd Sent: 12 October 2016 04:24 To: How to use LiveCod

Re: beepsound on iOS

2016-10-11 Thread Terry Judd
Not quite answering my own question but there might be an interaction with mergeAV involved (I’m trying to provide a bit of audio/tactile feedback after a QR code is recognised) as the beep seems to sort of work (vibrates but doesn’t beep) on a previous card before mergeAV is initialized. Terry