# Arraylist containing x sounds—How?

**URL:** https://discourse.processing.org/t/arraylist-containing-x-sounds-how/6311
**Category:** Libraries
**Created:** [December 4, 2018, 11:52pm UTC](https://discourse.processing.org/t/arraylist-containing-x-sounds-how/6311 "2018-12-04T23:52:44Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [December 7, 2018, 8:06pm UTC](https://discourse.processing.org/t/arraylist-containing-x-sounds-how/6311/3 "2018-12-07T20:06:55Z")

</div>

Just pointing this to your other post:

> [@Multiple draggable images (drags once and locks)](https://discourse.processing.org/t/multiple-draggable-images-drags-once-and-locks/6001/5):
>
> Were you able to resolve this, or are you still working on this problem? It looks like you want to know how to move from a series of img variables to an array of images. PImage[] imgs = new PImage[30]; You might be interested in some of the array reference pages, tutorials, and examples: [https://processing.org/reference/Array.html](https://processing.org/reference/Array.html)[https://processing.org/reference/arrayaccess.html](https://processing.org/reference/arrayaccess.html)[https://processing.org/tutorials/arrays/](https://processing.org/tutorials/arrays/)[https://processing.org/examples/array.html](https://processing.org/examples/array.html)

…the key point being that you need a sound type from either the imported Sound library or Minim – it isn’t built in to Processing the way that PImage is.

---

_[View the full topic](https://discourse.processing.org/t/arraylist-containing-x-sounds-how/6311)._
