4 // Automation point that takes floating point values
7 #include "intautos.inc"
9 class IntAuto
: public Auto
13 IntAuto(IntAutos
*autos
);
16 void copy(int64_t start
, int64_t end
, FileXML
*file
, int default_only
);
17 void load(FileXML
*file
);
20 int value_to_str(char *string
, float value
);