@@ -6,7 +6,7 @@ By default when Sonic Pi is launched it listens to port 4559 for
66incoming OSC messages from programs on the same computer. This means
77that without any configuration, you can send Sonic Pi an OSC message and
88it will be displayed in the cue log just like incoming MIDI
9- messages. This also means that any incomign OSC message is also
9+ messages. This also means that any incoming OSC message is also
1010automatically added to the Time State which means you can also use ` get `
1111and ` sync ` to work with the incoming data - just like with MIDI.
1212
@@ -64,12 +64,12 @@ address (a unique identifier for your computer on your network - kind of
6464like a phone number or an email address). You can discover the IP
6565address of your computer by looking at the IO section of the preferences
6666pane. (If your machine happens to have more than one IP address,
67- hovering the mouse over the listed address will popup a list of all
68- known addresses).
67+ hovering the mouse over the listed address will pop up with a list of
68+ all known addresses).
6969
7070Note, some programs such as TouchOSC for iPhone and Android support
7171sending OSC as a standard feature. So, once you're listening to remote
72- machines and know your IP adress you can instantly start sending
72+ machines and know your IP address you can instantly start sending
7373messages from apps like TouchOSC which enable you to build your own
7474custom touch controls with sliders, buttons, dials etc. This can provide
7575you with an enormous range of input options.
0 commit comments