Viewing file loaded into sfplay~ with waveform?

yns's icon

Is there an (elegant) way to view the content of a file loaded in sfplay~ in the waveform~ object?

I can't use buffers because I want to playback raw file data as audio.

Yiannis Ioannides's icon
Fixrobert's icon

whatus do you meanus DeusNovus ?

pdelges's icon

You could read the file with sfplay~ at high speed, save the result into a buffer and display the buffer (or use lcd, jsui, Jitter, ...). Maybe not ideal but it gives an idea of the waveform. But it you want to be able to zoom into the waveform, then it won't work very nicely.

It is elegant? Not sure!