Dev is now on 26.1.
there are some weird things:
- structs will no longer take the default num_chans. I don't get it because it has a default
- there is an issue with getting floats from Python. it can obviously be done because it is working in MMMAudioBridge. But then it doesn't work in MLP, and I don't know why.
this was a big "duhh" moment for me:
comptime World = LegacyUnsafePointer[mut=True, MMMWorld]