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:04] – [Test] 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 19: | Line 19: | ||
</ | </ | ||
+ | < | ||
+ | python3 sequencer/ | ||
+ | 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: | ||
+ | </ |