OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_START
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetDefs.py
256
F_START
= "tmStart"
370
('Start', TIMEWIDTH,
F_START
),
448
('Starting M/B/T',
F_START
, ROW4, COL1, TM_WIDTH, 0, 0, -1, [], "", False, ""),
496
('Starting M/B/T',
F_START
, ROW4, COL1, TM_WIDTH, 0, 0, -1, [], "", True, ""),
JetDialogs.py
285
self.je.ctrls[JetDefs.
F_START
].SetChangeCallbackFct(self.UpdateGraph)
312
self.je.ctrls[JetDefs.
F_START
].UnBindKillFocus()
352
self.je.ctrls[JetDefs.
F_START
].UnBindKillFocus()
358
if not CompareMbt(self.je.ctrls[JetDefs.
F_START
].GetValue(), self.je.ctrls[JetDefs.F_END].GetValue()):
360
self.je.ctrls[JetDefs.
F_START
].SetFocus()
388
self.GetValue(JetDefs.
F_START
),
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'))
519
self.je.ctrls[JetDefs.
F_START
].SetMaxMbt(self.md.maxMeasures+1,self.md.maxBeats,self.md.maxTicks)
553
dlg.event_max = self.je.ctrls[JetDefs.
F_START
].GetMaxMbt()
554
dlg.length = MbtDifference(ConvertStrTimeToTuple(self.GetValue(JetDefs.
F_START
)), ConvertStrTimeToTuple(self.GetValue(JetDefs.F_END)))
[
all
...]
JetCreator.py
441
dlg.GetValue(JetDefs.
F_START
), dlg.GetValue(JetDefs.F_END),
477
dlg.SetValue(JetDefs.
F_START
, segment.start)
488
dlg.GetValue(JetDefs.
F_START
), dlg.GetValue(JetDefs.F_END),
[
all
...]
Completed in 2119 milliseconds