File: pygame.rst

package info (click to toggle)
python-mido 1.3.3-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: python: 4,006; makefile: 127; sh: 4
file content (25 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
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
.. SPDX-FileCopyrightText: 2017 Ole Martin Bjorndalen <ombdalen@gmail.com>
..
.. SPDX-License-Identifier: CC-BY-4.0

Pygame
------

Name: ``mido.backends.pygame``

Resources:

* `PyGame Python Library <https://www.pygame.org>`_
* `PortMidi C Library <https://github.com/PortMidi/portmidi>`_

The Pygame backend uses the `pygame.midi
<https://www.pygame.org/docs/ref/midi.html>`_ module for I/O.

Features
^^^^^^^^

* Doesn't receive ``active_sensing``.

* Callbacks are currently not implemented.

* Pygame.midi is implemented on top of PortMidi.