Re: [fpc-pascal] fpc-pascal Digest, Vol 163, Issue 11

2018-01-07 Thread Sandro Cumerlato
I've done it, let's call it "santa3", it's amazing! :-) [you've made my day] For the last point: yes! Sandro p.s.: look at the attachment. On 7 January 2018 at 18:56, Ingemar Ragnemalm wrote: > > Thanks! The limitations in the sound playing are straight from > JavaScript's Audio API. I thin

Re: [fpc-pascal] fpc-pascal Digest, Vol 163, Issue 11

2018-01-07 Thread Ingemar Ragnemalm
Thanks! The limitations in the sound playing are straight from JavaScript's Audio API. I think I know how to loop a sound, although the online advice are pretty confusing. For playing a sound multiple times, it seems I need to load it multiple times! Not very elegant but it can be done. The