score-plugin-controlsurface/ControlSurface/CommandFactory.hpp
1 #pragma once
2 #include <score/command/Command.hpp>
3 
4 namespace ControlSurface
5 {
6 inline const CommandGroupKey& CommandFactoryName()
7 {
8  static const CommandGroupKey key{"ControlSurface"};
9  return key;
10 }
11 }
@ ControlSurface
The process supports being exposed to the ControlSurface.
Definition: ProcessFlags.hpp:37