OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_SEGNAME
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetDefs.py
255
F_SEGNAME
= "txtSegName"
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, ""),
JetDialogs.py
362
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
self.je.ctrls[JetDefs.F_GRAPH].LoadSegment(self.graphSegment,(self.GetValue(JetDefs.
F_SEGNAME
), self.GetValue(JetDefs.F_START), self.GetValue(JetDefs.F_END)), iMidiMode, showLabels=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F_GRAPHCLIPS, 'bool', 'True'), showAppEvts=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDefs.F_GRAPHAPPEVTS, 'bool', 'True'))
551
dlg.SetName(self.GetValue(JetDefs.
F_SEGNAME
))
[
all
...]
JetCreator.py
429
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
))
[
all
...]
Completed in 23 milliseconds