From 1f3ea3054b7fe191431c012c92fbcd9e2ee771b6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Jan 2018 20:53:39 +0100 Subject: Speed up animation and update GUI at 30Hz --- src/gui/App.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/App.hpp') diff --git a/src/gui/App.hpp b/src/gui/App.hpp index 953e1702..75661449 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -17,7 +17,7 @@ #ifndef INGEN_GUI_APP_HPP #define INGEN_GUI_APP_HPP -#include +#include #include #include @@ -182,7 +182,7 @@ protected: float _max_run_load; std::string _status_text; - typedef std::map ActivityPorts; + typedef std::unordered_map ActivityPorts; ActivityPorts _activity_ports; bool _enable_signal; -- cgit v1.2.1