Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-10 | added quick help patch for [fsrecordctrl]HEADsvn2git-headexternals/framesync | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=16119 | |||
2012-04-10 | added quick help patch for rangemod | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=16118 | |||
2012-04-10 | move help patches to upper right of screen | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=16116 | |||
2012-04-10 | shorted 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-10 | update included sample to be more illustrative and less dorky | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=16114 | |||
2012-04-10 | include TODO.txt in dist tarball | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=16113 | |||
2012-04-10 | add message to explain [soundfiler]'s truncate error message | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=16112 | |||
2012-04-01 | updated Makefile from version 1.0.6 to 1.0.12, the latest release | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=16101 | |||
2010-11-22 | moved -DPD to the CFLAGS += section so that CFLAGS can be more easily overridden | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14498 | |||
2010-11-22 | made into a proper libdir | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14472 | |||
2010-11-22 | added object for doing a fade-in-out on a signal | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14471 | |||
2010-11-22 | added object for doing a fade-in-out line | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14470 | |||
2010-11-22 | made fsreadsf~'s second outlet act like readsf~ and output a bang when done | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14469 | |||
2010-11-22 | added soundfile in examples folder for things to play with | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14468 | |||
2010-11-22 | removed 'fs' prefix for objects where there are no name conflicts | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14467 | |||
2010-11-22 | switch to standalone arraysize lib | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14466 | |||
2010-11-22 | fixed bug | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14465 | |||
2010-11-19 | improved and cleaned up helppatches | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14448 | |||
2010-11-19 | object to play back soundfile with a speed based on a specified pitch value | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14447 | |||
2010-11-19 | created object to stretch out a soundfile based on start frame and end frame | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14446 | |||
2010-11-19 | changed 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-30 | super rough controller for recording a file of the exact right length | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14250 | |||
2010-10-30 | created readsf~ for framesync | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14249 | |||
2010-10-29 | made shortcut object for common range then mod oepration | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=14248 | |||
2009-12-02 | fixed 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-24 | added trigger to make sure the inlets set things correctly | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12810 | |||
2009-11-23 | simple object to track whether the frame clock is currently running | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12809 | |||
2009-11-20 | removed namespace/lib prefix so that the lib can be more easily installed | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12805 | |||
2009-11-20 | added note about soundfiler truncate message | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12804 | |||
2009-11-20 | added calcluation of soundfiler's maxsize using the start/end frame numbers | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12803 | |||
2009-11-20 | set default to 30 fps in more places | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12802 | |||
2009-11-19 | built a convenience object for directly loading a wav file then using ↵ | Hans-Christoph Steiner | |
fstablooper~ svn path=/trunk/externals/framesync/; revision=12801 | |||
2009-11-17 | removed 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-17 | switched 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-17 | got 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-17 | starting from fstabplay~ to make a looping version of it | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12788 | |||
2009-11-16 | ported to new global frameclock receive, fps, and frameclock | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12782 | |||
2009-11-16 | made first inlet immediately set current frame position | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12781 | |||
2009-11-16 | switched from fsclock to frameclock | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12780 | |||
2009-11-16 | made 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-16 | added TODO to add the ability to set the current frame with the first inlet | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12778 | |||
2009-11-16 | made help patch fully show functionality | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12777 | |||
2009-11-16 | readsf-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-16 | fixed 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-16 | added TODO | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12774 | |||
2009-11-16 | made [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-16 | renamed 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-16 | created 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-16 | make a libdir | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=12770 | |||
2008-12-02 | quickly cleaned up and renamed framesynclooper~ to check in | Hans-Christoph Steiner | |
svn path=/trunk/externals/framesync/; revision=10418 |