diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 16:51:46 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:57 +0700 |
commit | 20323a4726e86998169ef292f4b77a62c8db3431 (patch) | |
tree | 1475cf04c377fa1bd7472f0e2eefd4502d0538b3 /audio/pd_mrpeach | |
parent | c43052b2915198cd418bedb9f70addecf1eb54e8 (diff) | |
download | slackbuilds-20323a4726e86998169ef292f4b77a62c8db3431.tar.gz |
audio/pd_mrpeach: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/pd_mrpeach')
-rw-r--r-- | audio/pd_mrpeach/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/pd_mrpeach/README b/audio/pd_mrpeach/README index 11abca00ae..818c87e0c4 100644 --- a/audio/pd_mrpeach/README +++ b/audio/pd_mrpeach/README @@ -1,12 +1,12 @@ Pure Data externals to work with OSC by mrpeach. -udpsend, udpreceive, tcpsend and tcpreceive are byte-oriented externals similar -to and based on netsend and netreceive. +udpsend, udpreceive, tcpsend and tcpreceive are byte-oriented externals +similar to and based on netsend and netreceive. -Start the slackbuild with ALL=YES to build all the objects. In that case, you -have more externals, not specific to Open Sound Control. +Start the slackbuild with ALL=YES to build all the objects. In that +case, you have more externals, not specific to Open Sound Control. -After installation go to Pure Data > Media > Preferences > Path > New and -select /usr/lib(64)/pd/extra/mrpeach +After installation go to Pure Data > Media > Preferences > Path > New +and select /usr/lib(64)/pd/extra/mrpeach Or start Pure Data like this: pd -path /usr/lib(64)/pd/extra/mrpeach |