Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:pymidi [2025/02/09 12:01] – darron | tools:pymidi [2025/02/09 12:07] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====Python | + | ====Python |
- | Midi I/O using pythong. | + | Midi I/O using Python3. |
===Setup=== | ===Setup=== | ||
Line 11: | Line 11: | ||
</ | </ | ||
- | ===Resources=== | + | ===Test=== |
- | https:// | + | < |
+ | mkdir -p ~/src && cd ~/src | ||
+ | git clone https:// | ||
+ | cd python-rtmidi/ | ||
+ | </code> | ||
+ | |||
+ | < | ||
+ | python3 sequencer/sequencer.py | ||
+ | Creating MidiOut object. | ||
+ | Do you want to create a virtual MIDI output port? (y/N) n | ||
+ | Available MIDI ports: | ||
+ | |||
+ | [0] Midi Through: | ||
+ | [1] Origin25: | ||
+ | [2] E-MU XMidi2X2: | ||
+ | [3] E-MU XMidi2X2: | ||
+ | |||
+ | Select MIDI output port (Control-C to exit): 3 | ||
+ | Opening MIDI output port #3 (E-MU XMidi2X2: | ||
+ | </ |