Updated to JUCE_LLDB_XCODE.PY: AudioBlock<float> support

I’ve just updated this to support AudioBlock. Mainly to add a summary with the levels in each channel in DB. It only does this for small audio blocks to avoid making the debugger go slowly, but you can adjust how small with a one-line edit to the python file. If it’s a bigger audio block you’ll just see the first value as a float for each channel.

It should also (for small blocks) report if you have an -inf, nan or a memory error.

If you use it let me know how you get on.

Get the script from github here:

1 Like