Lines Matching refs:SetValue
400 self.log.SetValue("")
404 … self.log.SetValue("%s %.2f Seconds" % (self.currentSegmentName, iLength / 1000.00))
406 self.log.SetValue("%s" % (self.currentSegmentName))
473 dlg.SetValue(JetDefs.F_SEGNAME, segment.segname)
474 dlg.SetValue(JetDefs.F_MUTEFLAGS, segment.mute_flags)
475 dlg.SetValue(JetDefs.F_MIDIFILE, segment.filename)
476 dlg.SetValue(JetDefs.F_DLSFILE, segment.dlsfile)
477 dlg.SetValue(JetDefs.F_START, segment.start)
478 dlg.SetValue(JetDefs.F_END, segment.end)
479 dlg.SetValue(JetDefs.F_QUANTIZE, segment.quantize)
480 dlg.SetValue(JetDefs.F_TRANSPOSE, segment.transpose)
481 dlg.SetValue(JetDefs.F_REPEAT, segment.repeat)
654 dlg.SetValue(JetDefs.F_ESTART, dlg.GetValue(JetDefs.F_EEND))
710 dlg.SetValue(JetDefs.F_ENAME, curEvent.event_name)
711 dlg.SetValue(JetDefs.F_ETYPE, curEvent.event_type)
712 dlg.SetValue(JetDefs.F_ESTART, curEvent.event_start)
713 dlg.SetValue(JetDefs.F_EEND, curEvent.event_end)
714 dlg.SetValue(JetDefs.F_ETRACK, curEvent.track_num)
715 dlg.SetValue(JetDefs.F_ECHANNEL, curEvent.channel_num)
716 dlg.SetValue(JetDefs.F_EEVENTID, curEvent.event_id)
722 dlg.SetValue(JetDefs.F_ESTART, dlg.GetValue(JetDefs.F_EEND))
897 …self.chkGraphLabels.SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs…
898 …self.chkGraphClips.SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F…
899 …self.chkGraphAppEvts.SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDe…
973 self.log.SetValue(JetDefs.PLAY_TRIGGERCLIP_MSG % (iEventId, sClipName))
1133 dlg.SetValue(JetDefs.F_JETFILENAME, self.jet_file.config.filename)
1134 dlg.SetValue(JetDefs.F_COPYRIGHT, StrNoneChk(self.jet_file.config.copyright))
1135 dlg.SetValue(JetDefs.F_CHASECONTROLLERS, StrNoneChk(self.jet_file.config.chase_controllers))
1136 … dlg.SetValue(JetDefs.F_DELETEEMPTYTRACKS, StrNoneChk(self.jet_file.config.delete_empty_tracks))
1149 …dlg.SetValue(JetDefs.F_COPYRIGHT, IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_PREF_SECTION, Je…
1150 …dlg.SetValue(JetDefs.F_CHASECONTROLLERS, IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_PREF_SECT…
1151 …dlg.SetValue(JetDefs.F_DELETEEMPTYTRACKS, IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_PREF_SEC…
1287 self.log.SetValue(segName)