aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-10added quick help patch for [fsrecordctrl]HEADsvn2git-headexternals/framesyncHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=16119
2012-04-10added quick help patch for rangemodHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=16118
2012-04-10move help patches to upper right of screenHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=16116
2012-04-10shorted example sound and changed frame numbers of when to play to highlight ↵Hans-Christoph Steiner
the looping svn path=/trunk/externals/framesync/; revision=16115
2012-04-10update included sample to be more illustrative and less dorkyHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=16114
2012-04-10include TODO.txt in dist tarballHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=16113
2012-04-10add message to explain [soundfiler]'s truncate error messageHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=16112
2012-04-01updated Makefile from version 1.0.6 to 1.0.12, the latest releaseHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=16101
2010-11-22moved -DPD to the CFLAGS += section so that CFLAGS can be more easily overriddenHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14498
2010-11-22made into a proper libdirHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14472
2010-11-22added object for doing a fade-in-out on a signalHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14471
2010-11-22added object for doing a fade-in-out lineHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14470
2010-11-22made fsreadsf~'s second outlet act like readsf~ and output a bang when doneHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14469
2010-11-22added soundfile in examples folder for things to play withHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14468
2010-11-22removed 'fs' prefix for objects where there are no name conflictsHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14467
2010-11-22switch to standalone arraysize libHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14466
2010-11-22fixed bugHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14465
2010-11-19improved and cleaned up helppatchesHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14448
2010-11-19object to play back soundfile with a speed based on a specified pitch valueHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14447
2010-11-19created object to stretch out a soundfile based on start frame and end frameHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14446
2010-11-19changed to be based on tabread~/line~ rather than tabplay~ since feeding the ↵Hans-Christoph Steiner
numbers to tabplay~ was getting very complicated and buggy svn path=/trunk/externals/framesync/; revision=14445
2010-10-30super rough controller for recording a file of the exact right lengthHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14250
2010-10-30created readsf~ for framesyncHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14249
2010-10-29made shortcut object for common range then mod oeprationHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=14248
2009-12-02fixed execution order bug that was causing the first two frame numbers to ↵Hans-Christoph Steiner
output with a 'stop' in between, rather than just starting svn path=/trunk/externals/framesync/; revision=12820
2009-11-24added trigger to make sure the inlets set things correctlyHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12810
2009-11-23simple object to track whether the frame clock is currently runningHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12809
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-20added note about soundfiler truncate messageHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12804
2009-11-20added calcluation of soundfiler's maxsize using the start/end frame numbersHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12803
2009-11-20set default to 30 fps in more placesHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12802
2009-11-19built a convenience object for directly loading a wav file then using ↵Hans-Christoph Steiner
fstablooper~ svn path=/trunk/externals/framesync/; revision=12801
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-17got it looping more or less correctly, but its got a nasty click on each ↵Hans-Christoph Steiner
frame... svn path=/trunk/externals/framesync/; revision=12789
2009-11-17starting from fstabplay~ to make a looping version of itHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12788
2009-11-16ported to new global frameclock receive, fps, and frameclockHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12782
2009-11-16made first inlet immediately set current frame positionHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12781
2009-11-16switched from fsclock to frameclockHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12780
2009-11-16made the object work if the startframe is 0; changed the right outlet to ↵Hans-Christoph Steiner
output the message to send to a line rather than the line itself, so it can be fed into a line, line~, or vline~ svn path=/trunk/externals/framesync/; revision=12779
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-16made help patch fully show functionalityHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12777
2009-11-16readsf-based looper works with new fps framework, but still won't start ↵Hans-Christoph Steiner
playing on frame 0... svn path=/trunk/externals/framesync/; revision=12776
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-16added TODOHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12774
2009-11-16made [fps] have no interaction possible besides the single argument, then to ↵Hans-Christoph Steiner
get the current fps, you use [value framesync/fps] svn path=/trunk/externals/framesync/; revision=12773
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
2009-11-16created object to set global FPS and get it in FPS or ms, and made fsclock ↵Hans-Christoph Steiner
use it svn path=/trunk/externals/framesync/; revision=12771
2009-11-16make a libdirHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=12770
2008-12-02quickly cleaned up and renamed framesynclooper~ to check inHans-Christoph Steiner
svn path=/trunk/externals/framesync/; revision=10418