Skip to content

Commit a350948

Browse files
committed
Update README and fix newline in err message
1 parent 716c23b commit a350948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ External libraries are needed for Pure-Data :
5050

5151
See Pure-Data documentation to install them with the Deken package system
5252
or install a system package from your distribution repository (e.g. `sudo apt install pd-list-abs pd-iemlib`)
53-
or use an already populated software as [Purr-Data](http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/).
53+
or use an already populated Pure-Data clone as [Purr-Data](http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/) or [PlugData](https://plugdata.org/).
5454

5555
Inverse kinematic features request [ikpy](https://github.com/Phylliade/ikpy).
5656

fcpd/pdserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def run(self):
190190
self.isWaiting = True
191191
Log(f"PDServer : Listening on port {self.listenPort}\r\n")
192192
else:
193-
Err(f"PDServer : unable to listen port {self.listenPort}")
193+
Err(f"PDServer : unable to listen port {self.listenPort}\r\n")
194194

195195
## Ask the server to terminate
196196
# @param self

0 commit comments

Comments
 (0)