How I paste the [capture~] values into a graphic buffer~ editing window?

Hugo Fernando Jácome Andrade's icon

Please friends, I wanna know how to paste the capture~ values into a graphic buffer~ editing window to see how changes in the capture editing window affect the waveform.

All the best,

Hugo

Hugo Fernando Jácome Andrade's icon

Somebody how knows how to use sample values and visualize them in [buffer~] graphic editing window?

Ben Bracken's icon

check out peek~. You can write out the capture contents, read it in via text, then bang it out to peek~, adding an index number for each value with counter or some other mechanism.

-Ben

Hugo Fernando Jácome Andrade's icon

Thanks Ben, do you know where I can find some good references about peek~, counters and that stuff?? How I separate different values in a .txt file to enter them with and index to peek~ and then draw that in buffer~?

Best,

Hugo

Ben Bracken's icon
Max Patch
Copy patch and select New From Clipboard in Max.

there are lots of other ways to do this, but here is what I had in mind:

-Ben

Hugo Fernando Jácome Andrade's icon

Thanks! It's possible to listen that buffer~ content? And to manage larger amounts of samples?? I know that capture~ has a limit, but which is that limit or it's depends on the computer?

Hugo

Ben Bracken's icon

Hi Hugo,

Yes, you can use something like groove~,play~, index~, wave~ or any other buffer~ playback object. Check out their help files.

capture~ will be limited by the amount of RAM that is available to the Max application.

-Ben

Hugo Fernando Jácome Andrade's icon

Hi Ben, it's possible to go beyond this RAM limit? A chain of capture~ objects maybe?

Best,

Hugo