ALSA 始終透過連接埠建立 1 個 MIDI。由於我透過 Wine 使用 Windows 音樂應用程序,並且透過連接埠的 MIDI 是萬無一失的,因此我如何透過 ALSA 創建的連接埠增加 MIDI 的數量?
答案1
$ modinfo snd-seq-dummy
...
description: ALSA sequencer MIDI-through client
...
parm: ports:number of ports to be created (int)
...
答案2
透過連接埠新增 MIDI:
- 安裝缺少的 alsa 組件:
sudo apt-get install alsa-oss
sudo apt-get install
(如有必要,也可缺少組件)
- 以管理員身分執行文字編輯器:
sudo kate
(或 sudo gedit 或 sudo Somethingtexteditor)
- 在文字編輯器中輸入行:(
options snd-seq-dummy ports=16
連接埠=您想要的數量) - 將文字檔案儲存到
/etc/modprobe.d/Nameyoulike.conf
- 關閉文字編輯器
- 重啟