File browser compatibility, NAM

This commit is contained in:
Robin Davies
2023-06-24 13:49:11 -04:00
parent 38d021a6af
commit 7e0ef9ceb1
57 changed files with 1101 additions and 269 deletions
+1
View File
@@ -43,6 +43,7 @@ namespace pipedal {
virtual void OnLogInfo(const char*message) = 0;
virtual void OnLogDebug(const char*message) = 0;
};
const LV2_Log_Log*GetLog() const { return &log;}
private:
LogMessageListener *logMessageListener = nullptr;
std::string messagePrefix;