Home
last modified time | relevance | path

Searched refs:OUTPUT_SECTION (Results 1 – 1 of 1) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetFile.py62 OUTPUT_SECTION = 'output' variable
274 if config.has_option(OUTPUT_SECTION, OUTPUT_FILENAME):
275 config.filename = config.get(OUTPUT_SECTION, OUTPUT_FILENAME)
281 if config.has_option(OUTPUT_SECTION, OUTPUT_CHASE_CONTROLLERS):
283 … config.chase_controllers = config.getboolean(OUTPUT_SECTION, OUTPUT_CHASE_CONTROLLERS)
288 if config.has_option(OUTPUT_SECTION, OUTPUT_OMIT_EMPTY_TRACKS):
290 … config.delete_empty_tracks = config.getboolean(OUTPUT_SECTION, OUTPUT_OMIT_EMPTY_TRACKS)
295 if config.has_option(OUTPUT_SECTION, OUTPUT_COPYRIGHT):
296 config.copyright = config.get(OUTPUT_SECTION, OUTPUT_COPYRIGHT)
299 if config.has_option(OUTPUT_SECTION, OUTPUT_APP_DATA):
[all …]