Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a control point that handles sample sounds.

Hierarchy

Index

Constructors

  • new SampleControlPoint(values: { customSampleBank: number; sampleBank: SampleBank; sampleVolume: number; time: number }): SampleControlPoint

Properties

customSampleBank: number

The index of the sample bank, if this sample bank uses custom samples.

If this is 0, the beatmap's sample should be used instead.

sampleBank: SampleBank

The sample bank at this control point.

sampleVolume: number

The sample volume at this control point.

time: number

The time at which the control point takes effect in milliseconds.

Methods

  • toString(): string

Generated using TypeDoc