[jitter] Re: Video and audio?
Robert Ramirez
rob at robtherich.org
Thu May 1 23:26:26 MDT 2008
- Previous message: [jitter] Re: Video and audio?
- Next message: [jitter] Re: Video and audio?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Is there an external object that I can stick into the spigot~ object that will give me the bpm? ---------------------------------------------------- nope. requires spectral analysis and some math, and probably heuristics to get it to really function. take a look at the cnmat externals, if you're up to the challenge. http://cnmat.berkeley.edu/downloads better off creating your own tap tempo mechanism (bang -> timer -> !/60000, probably throw in some averaging math as well). if you're just dealing with loops, then it's much easier to get the bpm upon loading the file.
- Previous message: [jitter] Re: Video and audio?
- Next message: [jitter] Re: Video and audio?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
