mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Log process context contents in IInfoListener::setChannelContextInfos
This commit is contained in:
@@ -42,6 +42,12 @@ class YaAttributeList : public Steinberg::Vst::IAttributeList {
|
||||
|
||||
DECLARE_FUNKNOWN_METHODS
|
||||
|
||||
/**
|
||||
* Get all of the keys stored in this attribute list along with their type
|
||||
* in the `<key> (<type>)` format, used in the log messages.
|
||||
*/
|
||||
std::vector<std::string> keys_and_types() const;
|
||||
|
||||
/**
|
||||
* Write the attribute list a host provided `IAttributeList`. This is used
|
||||
* in `YaBStream::write_back` to write any preset meta data back to the host
|
||||
|
||||
Reference in New Issue
Block a user