Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 925 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 925 Bytes

OscP5 Message Recorder

OscP5 Message Recorder is a Java program which can be used to record and play back oscP5 signals.

Usage

The program can be run by compiling it into a jar file and running commands like the ones below.

Recording

java -jar OscP5MessageRecorder.jar record PORT OUTPUTFILE CHANNEL [OTHERCHANNELS]
java -jar OscP5MessageRecorder.jar record 5000 test.xml /muse/elements/blink
java -jar OscP5MessageRecorder.jar record 4999 test2.xml /muse/elements/blink /muse/elements/jaw_clench

Playing

java -jar OscP5MessageRecorder.jar play PORT INPUTFILE
java -jar OscP5MessageRecorder.jar play 5000 test.xml

Help

For further usage information, run the jar file with the --help flag.

java -jar OscP5MessageRecorder.jar --help

License

OscP5 Message Recorder is available under The MIT License, see LICENSE for more information.