OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IniGetValue
(Results
1 - 5
of
5
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetCreator.py
268
self.seglistSort = (
IniGetValue
(self.currentJetConfigFile, JetDefs.INI_SEGSORT, JetDefs.INI_SEGSORT_0, 'int', 0),
IniGetValue
(self.currentJetConfigFile, JetDefs.INI_SEGSORT, JetDefs.INI_SEGSORT_1, 'int', 1))
327
self.eventlistSort = (
IniGetValue
(self.currentJetConfigFile, JetDefs.INI_EVENTSORT, JetDefs.INI_EVENTSORT_0, 'int', 0),
IniGetValue
(self.currentJetConfigFile, JetDefs.INI_EVENTSORT, JetDefs.INI_EVENTSORT_1, 'int', 1))
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
...]
JetUtils.py
250
def
IniGetValue
(configFile, section, option, retType='str', default=''):
474
return
IniGetValue
(JetDefs.JETCREATOR_HLP, dlgName, fld)
636
savedVer =
IniGetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "Ver")
637
savedDateTime =
IniGetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "DateTime")
659
tl =
IniGetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "Tracks", 'list', [])
662
iTracks =
IniGetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "maxTracks", 'int', 0)
663
iMsPerTick =
IniGetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "MsPerTick", 'float', 0)
664
bpm =
IniGetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", 'int', 0)
665
ppqn =
IniGetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "PPQN", 'int', 480)
JetDialogs.py
120
helpText =
IniGetValue
(JetDefs.JETCREATOR_HLP, ctrlList, Lbl)
287
self.je.ctrls[JetDefs.F_DISPEMPTYTRACKS].SetValue(
IniGetValue
(self.currentJetConfigFile, JetDefs.F_DISPEMPTYTRACKS, JetDefs.F_DISPEMPTYTRACKS, 'bool', 'False'))
288
self.je.ctrls[JetDefs.F_GRAPHLABELS].SetValue(
IniGetValue
(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'))
289
self.je.ctrls[JetDefs.F_GRAPHCLIPS].SetValue(
IniGetValue
(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F_GRAPHCLIPS, 'bool', 'True'))
290
self.je.ctrls[JetDefs.F_GRAPHAPPEVTS].SetValue(
IniGetValue
(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDefs.F_GRAPHAPPEVTS, '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'), showAppEvt (…)
[
all
...]
JetCtrls.py
255
defDir =
IniGetValue
(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, 'str', str(os.getcwd()))
322
defDir =
IniGetValue
(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, 'str', str(os.getcwd()))
JetDefs.py
43
if u.
IniGetValue
(self.JETCREATOR_HLP, dlgName, fld) == "":
Completed in 36 milliseconds