OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_GRAPHLABELS
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetDialogs.py
288
self.je.ctrls[JetDefs.
F_GRAPHLABELS
].SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.
F_GRAPHLABELS
, JetDefs.
F_GRAPHLABELS
, 'bool', 'True'))
474
self.je.ctrls[JetDefs.F_GRAPH].LoadSegment(self.graphSegment, 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'))
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'))
543
IniSetValue(self.currentJetConfigFile, JetDefs.
F_GRAPHLABELS
, JetDefs.
F_GRAPHLABELS
, self.je.ctrls[JetDefs.
F_GRAPHLABELS
].GetValue())
[
all
...]
JetCreator.py
398
info = self.graph.LoadSegment(self.jet_file.GetSegment(self.currentSegmentName), 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'))
[
all
...]
JetDefs.py
299
F_GRAPHLABELS
= "chkGraphLabels"
470
(GRAPH_LBLS,
F_GRAPHLABELS
, (BUTROW1+BUTOFF*10)+70, COL3+EVT_OFFSET+5, 200, 0, 0, -1, [], "OnSetGraphOptions", True, ""),
513
(GRAPH_LBLS,
F_GRAPHLABELS
, (BUTROW1+BUTOFF*10)+70, COL3 + COLADD+5, 200, 0, 0, -1, [], "OnSetGraphOptions", True, ""),
Completed in 37 milliseconds