Ejemplo n.º 1
0
    def time_selection(self):
        """
        Project time selection.

        time_selection : reapy.TimeSelection
        """
        time_selection = reapy.TimeSelection(self)
        return time_selection
Ejemplo n.º 2
0
    def time_selection(self):
        """
        Project time selection.

        time_selection : reapy.TimeSelection

        Can be set and deleted as follows:

        >>> project = reapy.Project()
        >>> project.time_selection = 3, 8  # seconds
        >>> del project.time_selection
        """
        time_selection = reapy.TimeSelection(self)
        return time_selection