File: index.rst

package info (click to toggle)
python-pyknon 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: python: 2,172; makefile: 128; sh: 7
file content (31 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
======================
 Pyknon Documentation
======================

.. rubric:: Make music with Python.

Pyknon is a simple music library for Python hackers. With Pyknon you
can generate Midi files quickly and reason about musical
proprieties. It works with Python 2.6, 2.7, and 3.2.

Pyknon has modules for different things. I recommend you start by
checking the section :ref:`tutorial`. It's a hands on approach on how
to use this library.

You'll almost always want to work with the modules :mod:`music` and
:mod:`genmidi` (see section :ref:`music`).

The module :mod:`simplemusic` is a simple numeric library for music
operations. It's intended mainly for teaching because it's simple. If
you want to learn more about Set Theory in Music, you may want to look
at the module :mod:`pcset` (see section :ref:`simplemusic`)

Contents:
---------

.. toctree::
   :maxdepth: 1

   tutorial.rst
   music.rst
   simplemusic.rst