MOD Gui support.

This commit is contained in:
Robin E. R. Davies
2025-07-10 11:37:02 -04:00
parent e7cdd38056
commit 890368352f
45 changed files with 1971 additions and 806 deletions
+3
View File
@@ -65,5 +65,8 @@ namespace pipedal {
const LV2_URID_Map *GetMap() const { return ↦}
LV2_URID_Map *GetMap() { return ↦}
const LV2_URID_Unmap *GetUnmap() const { return &unmap;}
LV2_URID_Unmap *GetUnmap() { return &unmap;}
};
}