OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IniSetValue
(Results
1 - 5
of
5
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetUtils.py
239
def
IniSetValue
(configFile, section, option, value):
642
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "Ver", ver)
643
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "DateTime", str(dateTime))
644
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "PPQN", str(mi.ppqn))
645
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", str(mi.beats_per_measure))
646
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "totalTicks", str(mi.totalTicks))
647
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "maxTracks", str(mi.maxTracks))
649
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "LengthInMs", str(iLengthInMs))
651
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "MsPerTick", str(iLengthInMs / mi.totalTicks))
656
IniSetValue
(JetDefs.JETMIDIFILES_INI, segment.filename, "Tracks", tl)
[
all
...]
JetCreator.py
[
all
...]
JetDialogs.py
529
IniSetValue
(self.currentJetConfigFile, JetDefs.INI_DISPEMPTYTRACKS, JetDefs.INI_DISPEMPTYTRACKS, self.je.ctrls[JetDefs.F_DISPEMPTYTRACKS].GetValue())
543
IniSetValue
(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, self.je.ctrls[JetDefs.F_GRAPHLABELS].GetValue())
544
IniSetValue
(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDefs.F_GRAPHAPPEVTS, self.je.ctrls[JetDefs.F_GRAPHAPPEVTS].GetValue())
545
IniSetValue
(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F_GRAPHCLIPS, self.je.ctrls[JetDefs.F_GRAPHCLIPS].GetValue())
[
all
...]
JetCtrls.py
264
IniSetValue
(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
331
IniSetValue
(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
JetDefs.py
44
u.
IniSetValue
(self.JETCREATOR_HLP, dlgName, fld, "")
Completed in 45 milliseconds