aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-19 23:55:56 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-19 23:55:56 +0000
commit5bd2d306455cede7dc0f27f87286e3ac67150987 (patch)
treea6f6deb0691bc117fecdd812f8777cee007f0a5a /README.txt
parent020452159c326a3b475d55495d9fcd4d8d90d509 (diff)
built a convenience object for directly loading a wav file then using fstablooper~
svn path=/trunk/externals/framesync/; revision=12801
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt12
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
+