# How to layer sound in processing

**URL:** https://discourse.processing.org/t/how-to-layer-sound-in-processing/1409
**Category:** Libraries
**Created:** [July 1, 2018, 2:00pm UTC](https://discourse.processing.org/t/how-to-layer-sound-in-processing/1409 "2018-07-01T14:00:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Cida\_Lehmann](https://avatars.discourse-cdn.com/v4/letter/c/919ad9/32.png) [@Cida\_Lehmann](https://discourse.processing.org/u/Cida_Lehmann)
#### Post date: [July 1, 2018, 2:00pm UTC](https://discourse.processing.org/t/how-to-layer-sound-in-processing/1409/1 "2018-07-01T14:00:50Z")

</div>

Hi guys, I’m very new here and a very beginner in Processing.  
A quick question:  
Is it possible to layer sounds in Processing.  
Example: I’m running a sketch with a looping soundscape and I would like a timer to randomly choose small sound loops to play on top of the looping sound base. Is it possible do it? Thank you

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [July 1, 2018, 4:49pm UTC](https://discourse.processing.org/t/how-to-layer-sound-in-processing/1409/2 "2018-07-01T16:49:13Z")

</div>

I think yes

Look at the sound library and try it.

---

<div class="post-metadata">

### Author: ![kfrajer](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kfrajer/32/196_2.png) [@kfrajer](https://discourse.processing.org/u/kfrajer)
#### Post date: [July 1, 2018, 6:00pm UTC](https://discourse.processing.org/t/how-to-layer-sound-in-processing/1409/3 "2018-07-01T18:00:00Z")

</div>

I believe @Chrisir meant to say the minim library. Sound library doesn’t seem to have much support these days, it is limited and it has some bugs in certain applications. Minim is more versatile. Check these posts:

> [How would I make the sound play? It doesn't work! - Processing 2.x and 3.x Forum](https://forum.processing.org/two/discussion/22663/how-would-i-make-the-sound-play-it-doesn-t-work#latest)  
> [I'm trying to use minim to create a sounds when the balls collide, but i'm a bit lost. Thank you! - Processing 2.x and 3.x Forum](https://forum.processing.org/two/discussion/comment/90737/#Comment_90737)

Kf
