mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
put all of the Mackie control surface code into the ArdourSurface namespace
This commit is contained in:
parent
12cb11b286
commit
4512d013eb
37 changed files with 131 additions and 53 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
namespace ArdourSurface {
|
||||
namespace Mackie {
|
||||
|
||||
class Control;
|
||||
|
|
@ -37,6 +38,7 @@ private:
|
|||
std::string _name;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue