Skip to content

Commit

Permalink
fix some issues in Sequence object
Browse files Browse the repository at this point in the history
  • Loading branch information
rendertom committed Aug 19, 2020
1 parent 1f4b43e commit cffe4ce
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions 5 - Sequence object/sequence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The time, in Ticks, of the end of the sequence.

**Type**

Integer; read-only.
String; read-only.

----

Expand Down Expand Up @@ -170,31 +170,6 @@ String; read-only.

----

.. _sequence.setZeroPoint:

Sequence.setZeroPoint
*********************************************

``app.project.sequences[index].setZeroPoint(newZeroPoint)``

**Description**

Set the starting time of the sequence.

**Parameters**

An integer, specifying the new zero point, in ticks, as a String.

**Type**

Integer; read-only.

**Returns**

Returns **0** if successful.

----

.. _sequence.timebase:

Sequence.timebase
Expand All @@ -208,7 +183,7 @@ The number of Ticks per frame, in the sequence.

**Type**

Integer; read-only.
String; read-only.

----

Expand Down Expand Up @@ -242,7 +217,7 @@ The starting time, in Ticks, of the sequence.

**Type**

Integer; read-only.
String; read-only.

----

Expand Down Expand Up @@ -772,3 +747,26 @@ Sets the settings of the current sequence. *[Editorial: I apologize for any perc
**Returns**

Returns 0 if successful.

.. _sequence.setZeroPoint:

Sequence.setZeroPoint()
*********************************************

``app.project.sequences[index].setZeroPoint(newZeroPoint)``

**Description**

Set the starting time of the sequence.

**Parameters**

An integer, specifying the new zero point, in ticks, as a String.

**Type**

Integer; read-only.

**Returns**

Returns **0** if successful.

0 comments on commit cffe4ce

Please sign in to comment.