1111
1212<!--
1313SPDX-FileCopyrightText: 2012 C. Ramakrishnan / Illposed Software
14- SPDX-FileCopyrightText: 2021 Robin Vobruba <[email protected] > 14+ SPDX-FileCopyrightText: 2021 - 2024 Robin Vobruba <[email protected] > 1515
1616SPDX-License-Identifier: CC0-1.0
1717-->
@@ -76,7 +76,8 @@ it also contains a sample GUI that allows to send OSC messages to SuperCollider.
7676### Open Sound Control (OSC)
7777
7878is a simple _ content format_ ,
79- although it is often though of as a _ protocol_ for the transmission of data over a network.
79+ although it is often though of as a _ protocol_
80+ for the transmission of data over a network.
8081
8182#### Application domains
8283
@@ -132,7 +133,7 @@ mvn exec:java
132133Next, launch SuperCollider (SC), open the file located in the
133134` modules/core/src/main/resources/supercollider/ ` directory,
134135and load the synthdef into SuperCollider.
135- Start the SC local server.
136+ Start the SC local server.
136137In the JavaOSC Demo UI, click the "All On" button and start moving the sliders.
137138You should hear the sounds change.
138139To see what messages the UI is sending, run either the CNMAT ` dumpOSC ` ,
@@ -154,7 +155,8 @@ in the terminal.
154155
155156### Use the library
156157
157- The classes that deal with sending OSC data are located in the ` com.illposed.osc ` package.
158+ The classes that deal with sending OSC data
159+ are located in the ` com.illposed.osc ` package.
158160The core classes are ` com.illposed.osc.transport.OSCPort{In, Out} ` ,
159161` com.illposed.osc.OSCMessage ` and ` com.illposed.osc.OSCBundle ` .
160162
258260This does the following:
259261
260262* _ Important for backwards compatibility_ :
261- use the oldest possible JDK version to compile (currently 1.8)
263+ use the oldest possible JDK version to compile (currently 1.8)
262264* asks for the release and new snapshot versions to use (for all modules)
263265* packages
264266* signs with GPG
0 commit comments