@LiamDonovan , I downloaded the latest scope-dev branch. It doesn't have the Neon math library included, so I can't use it on my project, but I wanted to play with it. It's not working. When I first build a demo project I get this warning and then nothing happens in the scope window.
Build finished
In file Scope.cpp: 'yAxis[1u]' may be used uninitialized in this function [-Wmaybe-uninitialized] column: 60, line: 439
In file Scope.cpp: 'yAxis[0u]' may be used uninitialized in this function [-Wmaybe-uninitialized] column: 42, line: 439
Running project...
Also, a weirdness. When I updated to the scope branch, the sinetone_optimized example was still in the demo section-how could that be the case?