6 [
'CLIPS_DB_PATH',
'CLIPS_DIR_PATH',
'MAX_PARTS_PER_BATCH',
'NUM_OPTIONS',
'BREAK_INTERVAL',
'INTER_CLIP_SOUND_DEL'],
7 [
'clips_db_path',
'clips_dir_path',
'max_parts_per_batch',
'num_options',
'break_interval',
'inter_clip_sound_del']
20 super(PitchStudyProps, self).
__init__()
32 DBObject.db_select(db, ids)
36 where_cond = DBObject._build_where_cond_from_ids(ids)
40 'clips_db_path clips_dir_path max_parts_per_batch num_options break_interval inter_clip_sound_del id'.split(),
50 super(PitchStudyProps, self).
db_delete(db)
52 num_rows = db.delete(
'pitch_study_props',
'id = ?', [self.
db_id])
63 params=[val, self.
db_id]
67 setattr(self, prop, val)