Home | History | Annotate | Download | only in JetCreator

Lines Matching defs:copy

12  You may obtain a copy of the License at

25 import copy
725 self.controllers[channel] = copy.deepcopy(DEFAULT_CONTROLLER_VALUES)
727 self.rpns[channel] = copy.deepcopy(DEFAULT_RPN_VALUES)
890 # copy events and sort them by ticks/sequence#
1121 # save a copy of the event list so we can restore it
1122 save_events = copy.copy(self.events)