[jitter] Re: Re: How to get jit.qt.movie to output bangs on clip start and end?
joshua goldberg
wugmump at speakeasy.org
Sun Sep 2 10:39:18 MDT 2007
- Previous message: [jitter] Re: Re: How to get jit.qt.movie to output bangs on clip start and end?
- Next message: [jitter] Re: Re: Re: How to get jit.qt.movie to output bangs on clip start and end?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
use an ubumenu, pointed to your media folder, *inside* the poly. take the thispoly~ instance minus one, and use that as the index for the ubumenu. do it on loadbang. your patch will take forever to load, as it opens all of those quicktime files at the same time, but then it will be ready to go. On Sep 2, 2007, at 12:12 PM, Christopher Becks wrote: > > And if I go back to the poly~ object, as I understand it different > files are loaded into different "instances" with the following syntax: > [target 0, read filename.mov] > > So, since I have about 150 files, I want them all to be loaded when > the patch opens. I'm having the patch find and list all the .mov's > in the folder and I can then prepend "target #, read"... > but I'm not sure how to add the sequential numbers after "target". > > Thanks for tolerating a noob. > > > _______________________________________________ > jitter mailing list > jitter at cycling74.com > http://www.cycling74.com/mailman/listinfo/jitter >
- Previous message: [jitter] Re: Re: How to get jit.qt.movie to output bangs on clip start and end?
- Next message: [jitter] Re: Re: Re: How to get jit.qt.movie to output bangs on clip start and end?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
