Matrices
===================================

.. currentmodule:: pyo

Objects in this category
------------------------------

- :py:class:`NewMatrix` :     Create a new matrix ready for recording.

Matrices are two-dimensions containers to keep samples (sounds, envelopes, algorithmic patterns, images, etc.)
in memory and access them quickly.

*NewMatrix*
-----------------------------------

.. autoclass:: NewMatrix
   :members:

   .. autoclasstoc::

