ensure we initialize comp arrays

use zip,map to calculate comps
This commit is contained in:
2023-07-14 21:03:40 +01:00
parent 07c1c20aec
commit c0d2379b62
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ module Voicemeeter
cache[:strip_buf], cache[:bus_buf] = _get_levels
!(
cache[:strip_level] == cache[:strip_buf] &&
@cache[:bus_level] == cache[:bus_buf]
cache[:bus_level] == cache[:bus_buf]
)
end