mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-19 09:53:56 +02:00
Interleave structs with their related functions
Might make it a bit more organized when this is fully implemented.
This commit is contained in:
@@ -94,6 +94,12 @@ class YaComponent : public Steinberg::Vst::IComponent {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiate this instance with arguments read from another interface
|
||||||
|
* implementation.
|
||||||
|
*/
|
||||||
|
YaComponent(const CreateArgs&& args);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Message to request the Wine plugin host to destroy the IComponent
|
* Message to request the Wine plugin host to destroy the IComponent
|
||||||
* instance with the given instance ID. Sent from the destructor of
|
* instance with the given instance ID. Sent from the destructor of
|
||||||
@@ -110,12 +116,6 @@ class YaComponent : public Steinberg::Vst::IComponent {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Instantiate this instance with arguments read from another interface
|
|
||||||
* implementation.
|
|
||||||
*/
|
|
||||||
YaComponent(const CreateArgs&& args);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @remark The plugin side implementation should send a control message to
|
* @remark The plugin side implementation should send a control message to
|
||||||
* clean up the instance on the Wine side in its destructor.
|
* clean up the instance on the Wine side in its destructor.
|
||||||
|
|||||||
Reference in New Issue
Block a user