Also add a proxy function for processReplacing

This commit is contained in:
Robbert van der Helm
2020-03-05 15:31:15 +01:00
parent 4f29a98cea
commit 6c4dca151b
2 changed files with 21 additions and 1 deletions
+4
View File
@@ -60,6 +60,10 @@ class HostBridge {
float** inputs,
float** outputs,
int32_t sample_frames);
void process_replacing(AEffect* plugin,
float** inputs,
float** outputs,
int sample_frames);
void set_parameter(AEffect* plugin, int32_t index, float value);
float get_parameter(AEffect* plugin, int32_t index);