Lib.numbers.anim.animators.SequenceAnim - tixl3d/tixl GitHub Wiki
Creates a visual sequencer that can be controlled by adding a string of numbers
Name (Relevancy & Type) | Description |
---|---|
Sequence (String) | - |
SequenceIndex (Int32) | If there are several number sequences separated by a line break, this value can be used to select the row |
UpdateMode (Int32) | Defines how the sequence is executed |
Rate (Single) | Defines the speed at which the sequence is executed |
OutputMode (Int32) | Defines the format in which the values are output |
MinValue (Single) | Scales the lowest value to this limit |
MaxValue (Single) | Scales the highest value to this limit |
Bias (Single) | Bias for the min / max scaling |
RecordingMode (Int32) | Recording value might be useful for tapping in rythms during a live set. If there is an input (e.g. MidiInput) connected to recordValue, it will detect hits and writes them to the cycle. The different modes define how recording should work: Either continues overdubbing or by clearing the complete cycle on recording start. |
RecordValue (Single) | Input for recording a sequence of values |
OverrideTime (Single) | Overwrites the standard time of the T3 timeline |
Name | Type |
---|---|
Result | System.Single |
WasStep | System.Boolean |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.