You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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
We can also imagine this being used on Take instead like
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 !
The text was updated successfully, but these errors were encountered: