Implement [surround] LUFS meter

This commit is contained in:
Robin Gareus
2023-12-19 02:57:09 +01:00
parent 88c796c8f2
commit 0ada2df2e6
3 changed files with 473 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ libardour_sources = [
'lua_api.cc',
'luaproc.cc',
'luascripting.cc',
'lufs_meter.cc',
'meter.cc',
'midi_automation_list_binder.cc',
'midi_buffer.cc',