7 #include "maxchannels.h"
8 #include "panautos.inc"
10 class PanAuto
: public Auto
13 PanAuto(EDL
*edl
, PanAutos
*autos
);
16 int operator==(Auto
&that
);
17 void load(FileXML
*file
);
18 void copy(int64_t start
, int64_t end
, FileXML
*file
, int default_auto
);
19 void copy_from(Auto
*that
);
23 float values
[MAXCHANNELS
];
24 int handle_x
, handle_y
;