midi
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| midi [2009/09/15 07:16] – suapapa | midi [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== HW(Externel)Synth ====== | ||
| <code bash> | <code bash> | ||
| - | $ sudo apt-get install fluidsynth qsynth jackd | + | $ lsusb |
| + | ... | ||
| + | Bus 002 Device 004: ID 0a92:1010 EGO SYStems, Inc. RoMI/O | ||
| </ | </ | ||
| + | 아래 명령어로 미디포트 확인 (0이 출력 1이 입력인가? | ||
| + | <code bash> | ||
| + | $ aplaymidi -l | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | <code bash> | ||
| + | $ aplaymidi -p 20:1 test.mid | ||
| + | </ | ||
| + | |||
| + | ====== SoftSynth ====== | ||
| + | 설치 | ||
| + | <code bash> | ||
| + | $ sudo apt-get install fluidsynth qsynth jackd fluid-soundfont-gm fluid-soundfont-gs | ||
| + | </ | ||
| + | jackd 실행 | ||
| + | <code bash> | ||
| + | $jackd -d alsa -r44100 | ||
| + | </ | ||
| + | qsynth | ||
| + | <code bash> | ||
| + | qsynth | ||
| + | </ | ||
| + | |||
| + | alsa 사용 | ||
| + | <code bash> | ||
| + | $ sudo modprobe snd-seq-midi | ||
| + | $ fluidsynth -a alsa -r 44100 -c 3 -z 1024 -ni 5MBGMGS.SF2 AsTimeGoesBy.mid | ||
| + | </ | ||
| + | |||
| + | midi 가 연결된 포트 확인? | ||
| + | <code bash> | ||
| + | $ aconnect -lio | ||
| + | client 0: ' | ||
| + | 0 ' | ||
| + | 1 ' | ||
| + | Connecting To: 15:0 | ||
| + | client 14: 'Midi Through' | ||
| + | 0 'Midi Through Port-0' | ||
| + | |||
| + | </ | ||
| ====== references ====== | ====== references ====== | ||
| + | hardware | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| + | communiy & midi files | ||
| + | *[[http:// | ||
| timidity | timidity | ||
| *[[http:// | *[[http:// | ||
| *[[http:// | *[[http:// | ||
| fluidsynth | fluidsynth | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| *[[http:// | *[[http:// | ||
| + | 사운드폰트 | ||
| + | *[[http:// | ||
midi.1252999015.txt.gz · Last modified: 2013/08/03 05:04 (external edit)