<div dir="ltr">hello all, i don't know if it is relevant, but my simple google search returned this software too:<br><div><br></div><div><a href="http://loopauditioneer.sourceforge.net/">http://loopauditioneer.sourceforge.net/</a></div><div><br></div><div>LoopAuditioneer is a software for evaluating, creating and manipulating loops and cues 
         existing in wav file metadata. It's envisionaged to be useful for sample production for 
         virtual pipe organs, like for instance <a href="http://sourceforge.net/projects/ourorgan/">
         GrandOrgue</a> software.</div><br>SOURCE CODE:<br>------------<br><br>Is available on <a href="http://sourceforge.net/projects/loopauditioneer/">http://sourceforge.net/projects/loopauditioneer/</a> by SVN.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em qua., 12 de fev. de 2020 às 08:15, Giulio Moro via Pd-list <<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">libsndfile also can extract loop points from a variety of formats. The relevant code for wav is here <a href="https://github.com/erikd/libsndfile/blob/master/src/wav.c#L1140-L1163" rel="noreferrer" target="_blank">https://github.com/erikd/libsndfile/blob/master/src/wav.c#L1140-L1163</a><br>
<br>
Kjetil Matheussen wrote:<br>
> On Wed, Feb 12, 2020 at 10:56 AM Kjetil Matheussen<br>
> <<a href="mailto:k.s.matheussen@gmail.com" target="_blank">k.s.matheussen@gmail.com</a>> wrote:<br>
>><br>
>> On Wed, Feb 12, 2020 at 10:14 AM Ingo <<a href="mailto:ingo@miamiwave.com" target="_blank">ingo@miamiwave.com</a>> wrote:<br>
>>><br>
>>> Thanks, Dan!<br>
>>><br>
>>><br>
>>><br>
>>> They must be embedded in the "Marker Chunk" in AIFF and in the "Cue Point Chunk" in the WAV format.<br>
>>><br>
>>> This gives me a further idea for searching on.<br>
>>><br>
>>><br>
>><br>
>> Yes, loops are usually defined as "Loop Start" and "Loop End" cues,<br>
> <br>
> Hmm, or maybe they are usually defined in the "smpl" chunk, I don't remember...<br>
> <br>
> But here's the code to get loop data from a wav file in radium:<br>
> <a href="https://github.com/kmatheussen/radium/blob/master/audio/Sampler_plugin_wav_parse.c#L253" rel="noreferrer" target="_blank">https://github.com/kmatheussen/radium/blob/master/audio/Sampler_plugin_wav_parse.c#L253</a><br>
> <br>
> First it checks if there is a loop in the "smpl" chunk. If there isn't<br>
> loop data there, it checks for "Loop Start" and "Loop End" cues.<br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
> <br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>