Home
last modified time | relevance | path

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

/external/sonivox/jet_tools/JetCreator/
DJetDefs.py255 F_SEGNAME = "txtSegName" variable in JetDefs
367 SEGMENT_GRID = [('Segment Name', 200, F_SEGNAME),
445 ('Segment Name', F_SEGNAME, ROW1, COL1, 200+BGR, 0, 0, -1, [], "", False, ""),
493 ('Segment Name', F_SEGNAME, ROW1, COL1, 200+BGR, 0, 0, -1, [], "", True, ""),
DJetDialogs.py362 if len(self.je.ctrls[JetDefs.F_SEGNAME].GetValue()) == 0:
364 self.je.ctrls[JetDefs.F_SEGNAME].SetFocus()
386 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
391 self.GetValue(JetDefs.F_SEGNAME),
401 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
406 self.GetValue(JetDefs.F_SEGNAME),
480 …s[JetDefs.F_GRAPH].LoadSegment(self.graphSegment,(self.GetValue(JetDefs.F_SEGNAME), self.GetValue(…
551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))
749 self.SetValue(JetDefs.F_SEGNAME, segment.segname)
788 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
[all …]
DJetCreator.py429 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
440 … self.jet_file.AddSegment(dlg.GetValue(JetDefs.F_SEGNAME), dlg.GetValue(JetDefs.F_MIDIFILE),
443 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
451 self.SelectSegment(dlg.GetValue(JetDefs.F_SEGNAME))
473 dlg.SetValue(JetDefs.F_SEGNAME, segment.segname)
486 self.jet_file.UpdateSegment(self.currentSegmentName, dlg.GetValue(JetDefs.F_SEGNAME),
490 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
506 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
518 self.SelectSegment(dlg.GetValue(JetDefs.F_SEGNAME))