File: examples.rst

package info (click to toggle)
python-jack-client 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 356 kB
  • sloc: python: 2,123; makefile: 6
file content (65 lines) | stat: -rw-r--r-- 1,353 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Example Programs
================

Chatty Client
-------------

:download:`chatty_client.py <../examples/chatty_client.py>`

.. literalinclude:: ../examples/chatty_client.py

Pass-Through Client
-------------------

:download:`thru_client.py <../examples/thru_client.py>`

.. literalinclude:: ../examples/thru_client.py

Sound File Playback
-------------------

:download:`play_file.py <../examples/play_file.py>`

.. literalinclude:: ../examples/play_file.py

"Showtime" Client
-----------------

:download:`showtime.py <../examples/showtime.py>`

.. literalinclude:: ../examples/showtime.py

MIDI Monitor
------------

:download:`midi_monitor.py <../examples/midi_monitor.py>`

.. literalinclude:: ../examples/midi_monitor.py

MIDI Chord Generator
--------------------

:download:`midi_chords.py <../examples/midi_chords.py>`

.. literalinclude:: ../examples/midi_chords.py

MIDI File Player
----------------

:download:`midi_file_player.py <../examples/midi_file_player.py>`

.. literalinclude:: ../examples/midi_file_player.py

Simple MIDI Synth
-----------------

:download:`midi_sine.py <../examples/midi_sine.py>`

.. literalinclude:: ../examples/midi_sine.py

Simple MIDI Synth (NumPy Edition)
---------------------------------

:download:`midi_sine_numpy.py <../examples/midi_sine_numpy.py>`

.. literalinclude:: ../examples/midi_sine_numpy.py