Closed mohitarora24 closed 1 year ago
fix added to https://github.com/3ll3d00d/ezbeq/commit/741b046a1e2d078d76de7ce3003503c4b731d147
try 0.16.1 (once built)
Thanks. Windows binary takes time to appear? For 0.16.1 I only see the Mac app available since many hours but not the Windows executable.
is available now
I was trying to create a custom miniDSP descriptor on the same lines as 2x4HD just trying to enable 1st Input and disable 2nd i.e. want to just apply BEQ to first input.
So I made a descriptor like:
i.e.
input
has just 1 channel[0]
Now when trying to apply a BEQ filter it returns failure as there is an exception in
BeqFilterAllocator()
API.It seems to crash because
r.beq_slots
isNone
and not[]
. Input in the config is[]
in bothcrossover
andoutput
but it seems inmake_peq_layout()
API it converts these[]
toNone
in thatto_ints()
func.Would be nice if this is fixed.