답변:
이 스레드가 오래되었다는 것을 알고 있지만 Raspberry Pi에 대한 답변을 찾고 있었지만 찾지 못했습니다. 더 많은 작업을 한 후에 다음을 생각해 보았을 때 우분투에서도 작동 할 수 있습니다. 저렴한 USB-Mini 인터페이스를 통해 출력됩니다.
추가 설치없이 Raspbian Jessie Lite에서 :
pi@pizerow:~$ aconnect -l
client 0: 'System' [type=kernel]
0 'Timer '
1 'Announce '
client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
client 20: 'CH345' [type=kernel]
0 'CH345 MIDI 1 '
pi@pizerow:~$ aplaymidi --port=20:0 myfile.mid
fluidsynth
에서 http://www.fluidsynth.org/ .
다음과 같이 사용하십시오.
fluidsynth /some/dir/with/sundfonts/some_soundfont.sf2 some.mid
여기에서 사운드 폰트를 찾을 수 있습니다 : https://musescore.org/de/handbuch/soundfont
http://garyrog.50megs.com/midi1.html 여기에서 시도해 볼 수있는 멋진 MIDI 파일 모음이 있습니다.
특히 http://midkar.com/soundfonts/ 의 "Tempres of Heaven"사운드 폰트를 좋아합니다 .
fluidsynth
작동 합니까 sfz
? 그것은 나를 위해 작동하는 것 같습니다 sf2
.