Home
last modified time | relevance | path

Searched refs:currentJetConfigFile (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetCreator.py68 self.currentJetConfigFile = jetConfigFile
72 if self.currentJetConfigFile == "":
74 self.currentJetConfigFile = JetDefs.UNTITLED_FILE
76 self.jet_file = JetFile(self.currentJetConfigFile, "")
80 self.currentJetConfigFile = JetDefs.UNTITLED_FILE
81 self.jet_file = JetFile(self.currentJetConfigFile, "")
83 if self.currentJetConfigFile == JetDefs.UNTITLED_FILE:
90 self.SetCurrentFile(self.currentJetConfigFile)
268 … (IniGetValue(self.currentJetConfigFile, JetDefs.INI_SEGSORT, JetDefs.INI_SEGSORT_0, 'int', 0), In…
327 …IniGetValue(self.currentJetConfigFile, JetDefs.INI_EVENTSORT, JetDefs.INI_EVENTSORT_0, 'int', 0), …
[all …]
DJetDialogs.py273 def __init__(self, title, currentJetConfigFile): argument
276 self.currentJetConfigFile = currentJetConfigFile
287 …self.je.ctrls[JetDefs.F_DISPEMPTYTRACKS].SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F…
288 …self.je.ctrls[JetDefs.F_GRAPHLABELS].SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GRA…
289 …self.je.ctrls[JetDefs.F_GRAPHCLIPS].SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAP…
290 …self.je.ctrls[JetDefs.F_GRAPHAPPEVTS].SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GR…
474currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=Ini…
480currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=Ini…
521 …loadEmpty = IniGetValue(self.currentJetConfigFile, JetDefs.INI_DISPEMPTYTRACKS, JetDefs.INI_DISPEM…
529 …IniSetValue(self.currentJetConfigFile, JetDefs.INI_DISPEMPTYTRACKS, JetDefs.INI_DISPEMPTYTRACKS, s…
[all …]