Interim commit for COnvolutionReverb

This commit is contained in:
Robin Davies
2023-03-21 06:55:48 -04:00
parent 7741533254
commit 3ab431779a
34 changed files with 3369 additions and 1550 deletions
+6
View File
@@ -61,6 +61,12 @@ namespace pipedal {
LogFeature();
void Prepare(MapFeature* map);
void LogError(const char*fmt,...);
void LogWarning(const char*fmt,...);
void LogNote(const char*fmt,...);
void LogTrace(const char*fmt,...);
public:
const LV2_Feature* GetFeature()
{