top of page

tRoshanAudio

Random Containers in Pure Data


If you're some one who has tried to use sound samples in pure data to program sequences, you would have seen how fast it can become complicated as the number of samples increases. The key to having detailed and varied sounds is having more layers to work with and more samples per layer so that it doesn't sound repetitive. As i was trying to make a footstep patch i ran into this problem. Which is what forced me to make this abstraction for pure data.


You can download the pure data patch from here.


Coming from the world of Wwise, I knew how useful a random container was. So i wanted my abstraction to be as simple as it could be to use in pure data.


The format of the abstraction would be,




The arguments for this abstraction are as follows,


The names of all samples for a random container has to be formatted like the picture below. I used a python script to automate this step which would take the name of the folder and rename all the files in the folder with that name and an increment.




Recent Posts

See All

Pure Data Impulse Gun Sound Design

A pure data patch designed to emulate an impulse gun with loading sound and a firing mechanism. The loading riser was made with a...

Comentarios


bottom of page