mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-09 22:02:10 +02:00
Finally implement eff{Set,Get}SpeakerConfiguration
As mentioned in #1. This also indirectly allows yabridge to work under Renoise.
This commit is contained in:
@@ -230,11 +230,18 @@ class alignas(16) DynamicSpeakerArrangement {
|
||||
const VstSpeakerArrangement& speaker_arrangement);
|
||||
|
||||
/**
|
||||
* Construct a dynamically sized `VstSpeakerArrangement` struct based on
|
||||
* Construct a dynamically sized `VstSpeakerArrangement` object based on
|
||||
* this object.
|
||||
*/
|
||||
VstSpeakerArrangement& as_c_speaker_arrangement();
|
||||
|
||||
/**
|
||||
* Reconstruct the dynamically sized `VstSpeakerArrangement` object and
|
||||
* return the raw data buffer. Needed to write the results back to the host
|
||||
* since we can't just reassign the object.
|
||||
*/
|
||||
std::vector<uint8_t>& as_raw_data();
|
||||
|
||||
/**
|
||||
* The flags field from `VstSpeakerArrangement`
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user