aboutsummaryrefslogtreecommitdiff
path: root/frameclock.pd
AgeCommit message (Collapse)Author
2009-11-20removed namespace/lib prefix so that the lib can be more easily installedHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12805
2009-11-17removed stupid reset/delay kludge from frameclock and implemented a better ↵Hans-Christoph Steiner
way to handle frame jumping: it checkes whether the current frame is one different than the previous, otherwise it resets. I ported the fstablooper~ guts to fstabplay~ too svn path=/trunk/externals/framesync/; revision=12791
2009-11-17switched it so that tabplay~ uses its own internal clock and fstablooper~ ↵Hans-Christoph Steiner
just sends it places to start and then tells it when to stop. This made jumping to arbitrary frames tricky, so now it sends a reset whenever you send it an arbitrary frame to jump to svn path=/trunk/externals/framesync/; revision=12790
2009-11-16made first inlet immediately set current frame positionHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12781
2009-11-16added TODO to add the ability to set the current frame with the first inletHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12778
2009-11-16fixed bug where it wouldn't output last frame number; made it use new [fps] ↵Hans-Christoph Steiner
object with no inlets/outlets svn path=/trunk/externals/framesync/; revision=12775
2009-11-16renamed fsclock to frameclock since its easier to manage (try to say fsclock ↵Hans-Christoph Steiner
3 times fast) svn path=/trunk/externals/framesync/; revision=12772