Big ol' automation refactor.
[ardour.git] / libs / ardour / ardour / plugin_state.h
1 #ifndef __ardour_plugin_state_h__
2 #define __ardour_plugin_state_h__
3
4 #include <map>
5
6 namespace ARDOUR {
7
8 struct PluginState {
9     std::map<uint32_t,float> parameters;
10 };
11
12
13
14 #endif /* __ardour_plugin_state_h__ */