~ubuntu-branches/ubuntu/wily/python-pyo/wily-proposed

« back to all changes in this revision

Viewing changes to doc-sphinx/source/api/classes/matrices.rst

  • Committer: Package Import Robot
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2013-05-28 14:27:12 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130528142712-5ycu7udwjc4udkud
Tags: 0.6.6+svn1108-1
New upstream commits adding 6 new filters and a couple of bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Matrices
 
2
===================================
 
3
 
 
4
.. module:: pyo
 
5
 
 
6
Matrices are two-dimensions containers to keep samples (sounds, envelopes, algorithmic patterns, images, etc.)
 
7
in memory and access them quickly.
 
8
 
 
9
*NewMatrix*
 
10
-----------------------------------
 
11
 
 
12
.. autoclass:: NewMatrix
 
13
   :members:
 
14