"""Add a new track and initialize it with some data from the current one"""
scale=api.session.data.trackById(self.currentTrackId).pattern.scale#TODO: Access to the sessions data structure directly instead of api. Not good. Getter function or api @property is cleaner.