4 #define PROGRAM_NAME "Cinelerra"
5 #define CINELERRA_VERSION "2.1CV"
6 #define DEFAULT_THEME "S.U.V."
7 #define CONFIG_FILE "Cinelerra_rc"
9 // What to call silence in the EDL
10 #define SILENCE "SILENCE"
12 // Behavior of region selections
13 #define SELECTION_SAMPLES 0
14 #define SELECTION_EDIT 1