MIDI: Difference between revisions
From YM2149.org
Jump to navigationJump to search
(Created page with "Currently MIDI support is Linux-only, as all the cross-platform midi libs suck. == Install == * sudo apt-get install gcc libasound2-dev * Get 0.4.1 from http://pp.com.mx/python/alsaseq/ * Ensure the midiconda python env is activated * Follow the instructions == Usage == * Channels are 1-based, everything else (e.g. program numbers) are 0-based") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Currently MIDI support is Linux-only, | [[File:Coffin_spinning.gif]] Currently MIDI support is Linux-only, and probably doesn't work well enough for serious use. In fact I believe I deleted it. | ||
== Install == | == Install == | ||
Line 11: | Line 11: | ||
* Channels are 1-based, everything else (e.g. program numbers) are 0-based | * Channels are 1-based, everything else (e.g. program numbers) are 0-based | ||
[[Category:pym2149]] |
Latest revision as of 20:40, 17 February 2025
Currently MIDI support is Linux-only, and probably doesn't work well enough for serious use. In fact I believe I deleted it.
Install
- sudo apt-get install gcc libasound2-dev
- Get 0.4.1 from http://pp.com.mx/python/alsaseq/
- Ensure the midiconda python env is activated
- Follow the instructions
Usage
- Channels are 1-based, everything else (e.g. program numbers) are 0-based