Skip to content

ReaScript FR: LU and LUFS function #880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
X-Raym opened this issue Aug 8, 2017 · 3 comments
Closed

ReaScript FR: LU and LUFS function #880

X-Raym opened this issue Aug 8, 2017 · 3 comments

Comments

@X-Raym
Copy link
Contributor

X-Raym commented Aug 8, 2017

Thanks to @nofishonfriday, we now have max peaks and RMS function for ReaScript. Good !
#781
But I think it could be very intersestig to also have LU and LUFS used in SWS Loundess Analyser like


lufs = GetMediaItemLUFS( item )
lu = GetMediaItemLU( item )

We can also imagine this being used on Take instead like

lufs = GetMediaItemTakeLUFS( take)
lu = GetMediaItemTakeLU( take )

This kind of calculus is hard to make from scratch with Lua and regular audioprocessor tools so having this in ReaScript could be very interesting :P

Thanks for listening !

@Soundiron
Copy link

This feature would be extremely helpful!

@X-Raym
Copy link
Contributor Author

X-Raym commented Aug 25, 2017

Pull request made by @nofishonfriday : #882

(thanks, nofish !)

@X-Raym
Copy link
Contributor Author

X-Raym commented Aug 30, 2017

See v2.9.5. for detailed about the integration. Thanks @nofishonfriday !

@X-Raym X-Raym closed this as completed Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants