JoepVanlier / JSFX

A bundle of JSFX and scripts for reaper.
MIT License
389 stars 19 forks source link

Idea: Offline Spectrum Analiser #30

Closed dcocharro closed 2 years ago

dcocharro commented 2 years ago

Something that I used very often in cubase for items analysis was the offline statistics and the spectrum analyser . It's very useful, the user just selects an item, runs the analysis and a window opens with the result. Looks something like the attached picture.

I have been looking for some reaper extension that would perform a similar task, without the playback necessity (in order words, not real-time). Here I opened a thread: https://forum.cockos.com/showthread.php?t=265120

Screen Shot 2022-04-06 at 16 19 02

Thank you

JoepVanlier commented 2 years ago

Probably not that difficult to do, but maybe better suited in a separate repo, as I would probably approach this with Lua rather than JSFX (which are more intended for real time DSP).

How much do you know about the tool? Would be good to have some information on what would be needed. What method is it using to obtain the power spectrum? Is it just an FFT with a rectangular window or is it doing something more advanced?

JoepVanlier commented 2 years ago

Closed for inactivity. Please feel to reopen if this is still wanted.