Skip to content

Commit 1225f0a

Browse files
committed
client.md, add port info
1 parent b081dd3 commit 1225f0a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

clients.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Swap is a demo app that switches between two patches. It comes in multiple versi
1313
swap.mmp
1414
swap.pd
1515

16+
From the "Network" menu (start w/upper left menu, then click three dots on upper right, chose Network):
17+
Select:
18+
19+
- **Multicast & Direct**
20+
- Broadcast IP address: 224.0.0.1
21+
- Output Port: 20331
22+
- Input Port: 20341
23+
24+
Then return to the "Documents" menu.
25+
1626
Start the MobMuPlat app, then load "swap.mmp" from the documents prompt (upper left corner). You'll see a an interface very much like this:
1727

1828
![swap mobmuplat pic](resource/swap_mmp.jpg)
@@ -25,7 +35,7 @@ Start the MobMuPlat app, then load "swap.mmp" from the documents prompt (upper l
2535
or if pd2jack isn't globally installed:
2636
./pd2jack -v 1 -i -o -O 224.0.0.1 -p pd/phase_vo.pd
2737

28-
This will start pd2jack in verbose interactive mode, with OSC enabled and a multicast group for outgoing OSC (the URL of 224.0.0.1 is standard for home routers, but could be different on commercial or education networks).
38+
This will start pd2jack in verbose interactive mode, with OSC enabled and a multicast group for outgoing OSC. The URL of 224.0.0.1 is standard for home routers, but could be different on commercial or education networks. This also holds for the MobMuPlat broadcast IP address.
2939

3040
### Using the Swap client
3141

0 commit comments

Comments
 (0)