Skip to main content

GetSequencer

Initializes and returns a singleton instance of the Sequencer.

def GetSequencer() - > Sequencer

Retrieves a singleton instance of the Sequencer. This function ensures that only one Sequencer instance is created and used throughout the application, providing a consistent mechanism for generating sequences.

Returns

TypeDescription
SequencerThe singleton Sequencer instance.