🎵
Rhythm Engine
  • Rhythm Engine
  • Quick Start
    • Song Setup
  • Samples
    • Audio Visualizer Sample
    • Looping Explosions Sample
    • Mania Game Sample
    • Mania Editor Sample
    • Standalone Band Listener Sample
  • Docs
    • Core
      • RhythmEngineCore
      • RhythmEngineExtension
      • Song
    • Extensions
      • AudioBandListener
        • AudioBand
      • BeatSequencer
        • BeatSequence
          • BeatSequenceList
        • BeatSequenceChange
        • AutoBeatSequencer
        • BeatSequencedSong
    • Editor Scripts
Powered by GitBook
On this page
  1. Docs
  2. Extensions
  3. BeatSequencer

BeatSequenceChange

struct

Simple struct storing a time and a sequence index.

Fields

Field
Description

double Time

The time in seconds at which to change to the sequence

int SequenceIndex

The index of the sequence to change to

PreviousBeatSequenceListNextAutoBeatSequencer

Last updated 1 year ago