From 5bd2d306455cede7dc0f27f87286e3ac67150987 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 Nov 2009 23:55:56 +0000 Subject: built a convenience object for directly loading a wav file then using fstablooper~ svn path=/trunk/externals/framesync/; revision=12801 --- README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.txt (limited to 'README.txt') 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 + -- cgit v1.2.1