[PD] getting cue/loop points from WAV files

2007-09-07 Thread Hans-Christoph Steiner
Hey all, Apparently, it's possible to save loop/cue points into WAV files. Does anyone know a way to get that info in Pd? It was mentioned a few years back: http://lists.puredata.info/pipermail/pd-list/2003-06/012339.html .hc ---

Re: [PD] getting cue/loop points from WAV files

2007-09-18 Thread hard off
the workaround i have at the moment is that audacity lets you export cue points as a .txt file. As long as you don't add any labels to your cue points, then that text file contains a list of cue point times which you can read directly into an array in pd. in audacity, do the following: Project -

Re: [PD] getting cue/loop points from WAV files

2007-09-18 Thread Hans-Christoph Steiner
Cool, thanks for the info. I am sure there are a dozen free C implementations of this, it's just a matter of getting that into a Pd object. Any volunteers? :D .hc On Sep 18, 2007, at 6:42 AM, hard off wrote: the workaround i have at the moment is that audacity lets you export cue poi

Re: [PD] getting cue/loop points from WAV files

2007-09-18 Thread Thomas O Fredericks
If you are interested, with the sample_id system, the pdmtl abstractions have a basic 4 cue point system i.e. start,end, loop in, loop out . Once you load a wav with the sample_id system you can load it many times without the actual sample(frame) data being reloaded. Since you can save the cuepoint