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.
2 parents 1788243 + 7d59f12 commit ff510fdCopy full SHA for ff510fd
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