We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40e63c commit ad6ed39Copy full SHA for ad6ed39
docs/examples.rst
@@ -16,3 +16,22 @@ Show to to receive MIDI messages.
16
.. literalinclude:: ../examples/tmidi_simple_receiver.py
17
:caption: examples/tmidi_simple_receiver.py
18
:linenos:
19
+
20
21
+Multiple receivers
22
+------------------
23
24
+Show to to receive MIDI messages from multiple receivers.
25
26
+.. literalinclude:: ../examples/tmidi_multiple_receiver.py
27
+ :caption: examples/tmidi_multiple_receiver.py
28
+ :linenos:
29
30
+Simple arpeggiator
31
32
33
+Implement a simple arpeggiator that receives MIDI and sends it
34
35
+.. literalinclude:: ../examples/tmidi_simple_arpeggiator.py
36
+ :caption: examples/tmidi_simple_arpeggiator.py
37
0 commit comments