sequence property

The current sequence of indexed audio sources, or null if no audio source is set.

Implementation

List<IndexedAudioSource>? get sequence => _sequenceSubject.nvalue;