mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
try some rearrangement to fix old mingw builds
This commit is contained in:
parent
893e835dca
commit
595be0e5e9
5 changed files with 15 additions and 6 deletions
|
|
@ -73,7 +73,6 @@
|
|||
#include "mackie_control_exception.h"
|
||||
#include "device_profile.h"
|
||||
#include "subview.h"
|
||||
#include "subview_modes.h"
|
||||
#include "surface_port.h"
|
||||
#include "surface.h"
|
||||
#include "strip.h"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include "timer.h"
|
||||
#include "device_info.h"
|
||||
#include "device_profile.h"
|
||||
#include "subview_modes.h"
|
||||
#include "subview.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class AutomationControl;
|
||||
|
|
@ -60,7 +60,6 @@ namespace MIDI {
|
|||
namespace ArdourSurface {
|
||||
|
||||
namespace Mackie {
|
||||
class Subview;
|
||||
class Surface;
|
||||
class Control;
|
||||
class SurfacePort;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@
|
|||
|
||||
#include "mackie_control_protocol.h"
|
||||
#include "subview.h"
|
||||
#include "subview_modes.h"
|
||||
#include "surface_port.h"
|
||||
#include "surface.h"
|
||||
#include "strip.h"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@
|
|||
#include "pot.h"
|
||||
#include "strip.h"
|
||||
#include "subview.h"
|
||||
#include "subview_modes.h"
|
||||
#include "surface.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,11 @@
|
|||
|
||||
#include "ardour/types.h"
|
||||
|
||||
#include "subview_modes.h"
|
||||
namespace ARDOUR {
|
||||
class ParameterDescriptor;
|
||||
class Plugin;
|
||||
class PluginInsert;
|
||||
}
|
||||
|
||||
namespace ArdourSurface {
|
||||
|
||||
|
|
@ -37,6 +41,15 @@ class Strip;
|
|||
class Subview;
|
||||
class Surface;
|
||||
|
||||
enum SubViewMode {
|
||||
None,
|
||||
EQ,
|
||||
Dynamics,
|
||||
Sends,
|
||||
TrackView,
|
||||
Plugin,
|
||||
};
|
||||
|
||||
class SubviewFactory {
|
||||
public:
|
||||
static SubviewFactory* instance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue