2005年05月4日
Ubuntu 收聽線上 MIDI
沒辦法播放史萊姆第一個家首頁上的MIDI嗎?照過來!照過來!
1.安裝相關套件
2.設定 /etc/mozpluggerrc
尋找:
修改:
說明:
timidi 參數 -O 為指定輸出裝置,可以指定:
-Od:dsp device 直接輸出;
-Os:ALSA PCM;
-Oe:esound server;
-Ol:ogg files
我的 Ubuntu 無法使用 dsp device 作為輸出,改為 ALSA 作輸出。
mozplugger
freepats
timidity
2.設定 /etc/mozpluggerrc
尋找:
controls noisy stream: timidity -Od "$file"
修改:
controls noisy stream: timidity -Os "$file"
說明:
timidi 參數 -O 為指定輸出裝置,可以指定:
-Od:dsp device 直接輸出;
-Os:ALSA PCM;
-Oe:esound server;
-Ol:ogg files
我的 Ubuntu 無法使用 dsp device 作為輸出,改為 ALSA 作輸出。
引用URL
http://cgi.blog.roodo.com/trackback/108407