Remove old todo regarding IStreamAttributes

This commit is contained in:
Robbert van der Helm
2021-01-10 17:45:44 +01:00
parent d632d5643d
commit e28a73e88a
@@ -144,10 +144,6 @@ tresult YaBStream::write_back(Steinberg::IBStream* stream) const {
static_cast<size_t>(num_bytes_written) == buffer.size());
}
// TODO: Can plugins write their own meta data, and should we write those
// back after `*::getState()`? I'd assume so, but the docs don't
// mention this. If so then we need to always store whether the host
// supports `IStreamAttributes`.
// Write back any attributes written by the plugin if the host supports
// preset meta data
if (Steinberg::FUnknownPtr<Steinberg::Vst::IStreamAttributes>