HEnquist/pycamilladsp-plot

Missing mixer name in pipeline reported to wrong path

Closed this issue · 3 comments

In this config, the use of a missing mixer is reported to pipeline/0 instead of pipeline/0/name.

Yes that should definitely be on pipeline/0/name. I also notice that there is an earlier check missing, the name can't be an empty string. I'll fix tomorrow. Then (mostly a note to myself so I don't forget) I'll also fix another bug, that target_level should be allowed to be 0, since 0 means it will use the chunksize value instead.

Can you try it now?

Works for me 👍