Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fulup-bzh committed Apr 17, 2015
1 parent be75a49 commit 8b30840
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Building [Linux Only]
* OpenSuse: sudo zypper install libjson-c-devel libmicrohttpd-devel alsa-lib-devel
* Ubuntu/Mint/Debian: sudo apt-get install json-c.dev libmicrohttpd.dev libasound2-dev

3) cd src; make install; # Alpha version does not have installation process.
3) cd src; make; sudo make install; # Alpha version does not have installation process.

Starting alsa-json-gateway

Expand Down
16 changes: 8 additions & 8 deletions utils/qjackctrl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ Operations to verify your configuration
./Install-QjackCtrl.sh

1) Find the name of your sound card
play -l" [default card is hw:0]
play -l" [default card is hw:USB]

2) Make sure no existing jackd server already lock your audio device
- QjackCtrl.sh alsadev=hw:0 action=kill # hard kill on any jackd/jackdbus instance
- QjackCtrl.sh alsadev=hw:0 action=check # sanity check of your environment
- QjackCtrl.sh alsadev=hw:USB action=kill # hard kill on any jackd/jackdbus instance
- QjackCtrl.sh alsadev=hw:USB action=check # sanity check of your environment

3) Start your jacdbus server
- QjackCtrl.sh alsadev=hw:0 action=start # start jackdbus instance
- QjackCtrl.sh alsadev=hw:0 action=connect # connect midi devices and PulseAudio to Jackdbus
- QjackCtrl.sh alsadev=hw:USB action=start # start jackdbus instance
- QjackCtrl.sh alsadev=hw:USB action=connect # connect midi devices and PulseAudio to Jackdbus

4) verify your server is effectively started
- QjackCtrl.sh alsadev=hw:0 action=status # check jackdbus running status and locked audio resources
- QjackCtrl.sh alsadev=hw:USB action=status # check jackdbus running status and locked audio resources

4) Stop your server
- QjackCtrl.sh alsadev=hw:0 action=stop # stop jackdbus and midi bridge
- QjackCtrl.sh alsadev=hw:USB action=stop # stop jackdbus and midi bridge

5) Store your config when your happy with your preferences
- QjackCtrl.sh alsadev=hw:0 action=config # store preferences in $HOME/.config/jack
- QjackCtrl.sh alsadev=hw:USB action=config # store preferences in $HOME/.config/jack


Configure script inside QjackCtrl GUI
Expand Down

0 comments on commit 8b30840

Please sign in to comment.