Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
jack [2015/07/08 04:23] slackermedia |
jack [2021/06/03 19:48] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[{arrowp.png|border:0;background:none;width:0;display:inline-block;position:absolute;top:0;left:0;}dep|]] | ||
| - | [[{arrown.png|border:0;background:none;width:0;display:inline-block;position:absolute;top:0;margin-left:2.5em;}sound|]] | ||
| ====== JACK ====== | ====== JACK ====== | ||
| Line 132: | Line 130: | ||
| Which makes the capture device (sound input) ''card 2'' and the playback device (sound output); the USB microphone and the analogue speakers, respectively. | Which makes the capture device (sound input) ''card 2'' and the playback device (sound output); the USB microphone and the analogue speakers, respectively. | ||
| + | ===== Adding missing devices to JACK ===== | ||
| + | |||
| + | If a device isn't available in JACK, you can add it using the ''alsa_in'' command along with the device designation you get from the ''aplay -l | grep card'' output. | ||
| + | |||
| + | <code> | ||
| + | $ alsa_in -d hw:2 & | ||
| + | </code> | ||
| + | |||
| + | Now the device is available to JACK. | ||
| ===== Routing JACK ===== | ===== Routing JACK ===== | ||
| Line 155: | Line 162: | ||
| Read the [[midi|MIDI]] appendix for detailed information on routing MIDI signals in a meaningful way. | Read the [[midi|MIDI]] appendix for detailed information on routing MIDI signals in a meaningful way. | ||
| - | [[{arrown.png|border:0;background:none;width:0;display:inline-block;float:right;}sound|]][[{arrowp.png|border:0;background:none;width:0;float:right;}dep|]] | + | <WRAP centeralign> |
| + | <wrap fa>[[colour|R]]</wrap> <wrap fa>[[start|S]]</wrap> <wrap fa>[[sound|Q]]</wrap> | ||
| + | </WRAP> | ||