We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755995b commit 7d59f12Copy full SHA for 7d59f12
modules/core/src/main/java/com/illposed/osc/argument/OSCImpulse.java
@@ -15,7 +15,7 @@
15
* Use like this:
16
* <blockquote><pre>{@code
17
* OSCMessage msg = new OSCMessage("/my/address");
18
- * msg.addArgument(OSCImpulse.INSTANCE);
+ * msg.arguments.add(OSCImpulse.INSTANCE);
19
* }</pre></blockquote>
20
*/
21
public final class OSCImpulse implements Serializable {
0 commit comments