7 #include "maxchannels.h"
8 #include "intautos.inc"
10 class IntAuto
: public Auto
13 IntAuto(EDL
*edl
, IntAutos
*autos
);
16 void copy_from(Auto
*that
);
17 void copy_from(IntAuto
*that
);
18 int operator==(Auto
&that
);
19 int operator==(IntAuto
&that
);
21 int identical(IntAuto
*that
);
22 void load(FileXML
*file
);
23 void copy(int64_t start
, int64_t end
, FileXML
*file
, int default_only
);
24 float value_to_percentage();
25 int percentage_to_value(float percentage
);