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

« back to all changes in this revision

Viewing changes to doc-sphinx/source/api/functions/midi.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
Midi Setup
 
2
======================================
 
3
 
 
4
.. module:: pyo
 
5
 
 
6
*pm_get_default_output*
 
7
---------------------------------
 
8
 
 
9
.. autofunction:: pm_get_default_output
 
10
 
 
11
*pm_get_default_input*
 
12
---------------------------------
 
13
 
 
14
.. autofunction:: pm_get_default_input
 
15
 
 
16
*pm_get_output_devices*
 
17
---------------------------------
 
18
 
 
19
.. autofunction:: pm_get_output_devices
 
20
 
 
21
*pm_get_input_devices*
 
22
---------------------------------
 
23
 
 
24
.. autofunction:: pm_get_input_devices
 
25
 
 
26
*pm_list_devices*
 
27
---------------------------------
 
28
 
 
29
.. autofunction:: pm_list_devices
 
30
 
 
31
*pm_count_devices*
 
32
---------------------------------
 
33
 
 
34
.. autofunction:: pm_count_devices
 
35