aboutsummaryrefslogtreecommitdiffstats
path: root/src/MemlessPoly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MemlessPoly.cpp')
-rw-r--r--src/MemlessPoly.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MemlessPoly.cpp b/src/MemlessPoly.cpp
index a2b0082..30d4ce9 100644
--- a/src/MemlessPoly.cpp
+++ b/src/MemlessPoly.cpp
@@ -467,9 +467,9 @@ const string MemlessPoly::get_parameter(const string& parameter) const
return ss.str();
}
-const RemoteControllable::map_t MemlessPoly::get_all_values() const
+const json::map_t MemlessPoly::get_all_values() const
{
- map_t map;
+ json::map_t map;
map["ncoefs"] = m_coefs_am.size();
map["coefs"] = serialise_coefficients();
map["coeffile"] = m_coefs_file;