mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
04d0ff0949
We didn't initialize the field, and we also didn't copy the updated value back (since everything else is a pointer to the original data). This fixes audio channels in REAPER randomly being silence, as this field would otherwise be uninitialized. Thanks a lot to @kytdkut for finding this issue!