diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..a3e9f80 --- /dev/null +++ b/README.txt @@ -0,0 +1,12 @@ + +framesync + +framesync is a library for syncing sounds to video using frame numbers as the +unit of time. It was developed as part of the sound design for the Cartier +Foundation's Terre Natale project. There are a couple of concepts in this +library necessary to understand in order to use it: + +- the FPS (Frames-Per-Second) is a global value set everywhere in Pd +- the frameclock is global, and each framesync object receives it automatically +- the frameclock starts at 0 and flows linearly + |