[09:22:01] Dominus: Marzo, could you review my latest commits in audio/midi_drivers/CoreAudioMidiDriver.cpp? Especially all the uint stuff is something I'm prone to screw up. And I guess the "assert(_auGraph != nullptr);" in line 190 should be *before* I do anything with the AudioUnitSetProperty
[09:23:01] Marzo: Remind me tonight, I am working right now
[09:25:05] Dominus: of course, thanks
[20:05:42] Dominus: Marzo, if I may :)
[20:14:25] Marzo: Looks fine
[20:16:49] Dominus: thanks! But I assume correctly that assert should be above the code that does something other than defining uints?
[20:30:09] Marzo: Probably, yes