Vixen
02b45cc4
csharp
public record class MusicTempoChangeAsset

A change of tempo or metre part way through a segment, as a file declares it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public float Beat

    Where it happens, in beats from the segment's start.

  • public float BeatsPerMinute

    What it changes to.

  • public int BeatsPerBar

    The top of the new time signature.

Used by (4)

  • MusicSegmentAssetVixen.Audio
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_MusicSegmentAssetSerializerVixen.Audio
  • Vixen_Audio_Assets_MusicTempoChangeAssetSerializerVixen.Audio