Reuse buffers in VST3 audio processing

This commit is contained in:
Robbert van der Helm
2020-12-25 16:22:53 +01:00
parent 8a56b67cb3
commit 7da5ec113c
2 changed files with 81 additions and 12 deletions
+3
View File
@@ -101,6 +101,9 @@ inline void write_object(Socket& socket, const T& object) {
* @throw boost::system::system_error If the socket is closed or gets closed
* while reading.
*
* TODO: Swap these arguments around so they match `write_object`'s argument
* order
*
* @relates write_object
*/
template <typename T, typename Socket>