mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Remove old todo regarding IStreamAttributes
This commit is contained in:
@@ -144,10 +144,6 @@ tresult YaBStream::write_back(Steinberg::IBStream* stream) const {
|
|||||||
static_cast<size_t>(num_bytes_written) == buffer.size());
|
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
|
// Write back any attributes written by the plugin if the host supports
|
||||||
// preset meta data
|
// preset meta data
|
||||||
if (Steinberg::FUnknownPtr<Steinberg::Vst::IStreamAttributes>
|
if (Steinberg::FUnknownPtr<Steinberg::Vst::IStreamAttributes>
|
||||||
|
|||||||
Reference in New Issue
Block a user