4 #include "automation.h"
7 #include "maxchannels.h"
10 // Store what automation is visible.
18 AutoConf
& operator=(AutoConf
&that
);
19 void copy_from(AutoConf
*src
);
20 int load_defaults(BC_Hash
* defaults
);
21 int save_defaults(BC_Hash
* defaults
);
22 void load_xml(FileXML
*file
);
23 void save_xml(FileXML
*file
);
24 int set_all(int value
= 1); // set all parameters to value (default = 1)
27 // The array entries correspond to the Automation enums.
28 int autos
[AUTOMATION_TOTAL
];
30 // Other viewable things