Skip to content

Commit 40c4bb5

Browse files
committed
Update README and .gitignore
1 parent d990485 commit 40c4bb5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ qrc_*.cpp
1616
/.vscode/
1717
*.swp
1818
*~
19+
settings.local.json
1920

2021
# macOS
2122
.DS_Store

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
## Usage
44

55
This program should work with any amplifier that works with the AmpServer produced by EGI (http://www.egi.com/).
6-
All communication with the amplifier happens through the Amp Server Pro SDK, [documented here](https://www.egi.com/images/stories/manuals/amp-server-pro-sdk-3-0-network-apis-user-guide-rev-01.pdf).
6+
All communication with the amplifier happens through the Amp Server's low-level Network Protocol. Amp Server Pro SDK is [documented here](https://www.egi.com/images/stories/manuals/amp-server-pro-sdk-3-0-user-guide-rev-01.pdf).
7+
and the [network API here](https://www.egi.com/images/stories/manuals/amp-server-pro-sdk-3-0-network-apis-user-guide-rev-01.pdf).
78

8-
* Make sure that your AmpServer is running and can correctly record from its connected amplifier(s). To connect to the Amp Server you need to purchase the Amp Server Pro SDK.
9+
* Make sure that your AmpServer is running and can correctly record from its connected amplifier(s).
910

1011
* Start the EGIAmpServer app. You should see a window like the following.
1112
> > ![egiampserver.png](egiampserver.png)

0 commit comments

Comments
 (0)