Crosstales.DJ.Model.LoopPoint Class Reference

Model representing a loop point. More...

Public Member Functions

override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Public Attributes

Crosstales.DJ.Model.Enum.PointMode Mode = Crosstales.DJ.Model.Enum.PointMode.SECONDS
 Mode for the loop (default: SECONDS). More...
 
float StartTimePosition = 1f
 The start position of the loop in seconds. More...
 
float EndTimePosition = 2f
 The end position of the loop in seconds. More...
 
int StartSamplePosition = 10000
 The start position of the loop in samples. More...
 
int EndSamplePosition = 200000
 The end position of the loop in samples. More...
 

Properties

float StartPosition [get, set]
 The start position of the loop in percent (range: 0-0.999). More...
 
float EndPosition [get, set]
 The end position of the loop in percent (range: 0.001-1). More...
 

Detailed Description

Model representing a loop point.

Member Data Documentation

◆ EndSamplePosition

int Crosstales.DJ.Model.LoopPoint.EndSamplePosition = 200000

The end position of the loop in samples.

◆ EndTimePosition

float Crosstales.DJ.Model.LoopPoint.EndTimePosition = 2f

The end position of the loop in seconds.

◆ Mode

Crosstales.DJ.Model.Enum.PointMode Crosstales.DJ.Model.LoopPoint.Mode = Crosstales.DJ.Model.Enum.PointMode.SECONDS

Mode for the loop (default: SECONDS).

◆ StartSamplePosition

int Crosstales.DJ.Model.LoopPoint.StartSamplePosition = 10000

The start position of the loop in samples.

◆ StartTimePosition

float Crosstales.DJ.Model.LoopPoint.StartTimePosition = 1f

The start position of the loop in seconds.

Property Documentation

◆ EndPosition

float Crosstales.DJ.Model.LoopPoint.EndPosition
getset

The end position of the loop in percent (range: 0.001-1).

◆ StartPosition

float Crosstales.DJ.Model.LoopPoint.StartPosition
getset

The start position of the loop in percent (range: 0-0.999).


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/DJPro/DJPro/Assets/Plugins/crosstales/DJ/Scripts/Model/LoopPoint.cs