Skip to content

Vamoss/ofxRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxRecorder

image

Time based recorded events add-on for OpenFrameworks

###Description It was originally developed to record and reproduce OSC messages automatically. But you can also record anything, it is very generic.

The data are saved into .txt files using a structure like this:

  [TIMESTAMP][SPACE][SAVED DATA]
  [TIMESTAMP][SPACE][SAVED DATA]

Example:

  0:0:2,111 HEAD
  0:0:3,477 SHOULDER LEFT
  0:0:6,229 ELBOW LEFT

###Credits This code was adapted from ofxSubtitles developed by Patricio González.

About

Time based recorded events add-on for OpenFrameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published