Personal Mix: {{#if personalAudioMix.enabled}}On{{else}}Off{{/if}}
{{#if _personalTrackVolumeCount}}
Track Overrides: {{_personalTrackVolumeCount}}
{{/if}}
{{#if _personalPlaylistVolumeEntries.length}}
{{#each _personalPlaylistVolumeEntries}}
{{playlistName}}: {{value}}%
{{/each}}
{{/if}}
{{#each _coreAudioVolumeEntries}}
{{name}}: {{value}}%
{{/each}}
{{!-- Playing Sounds --}}
{{#if playingSounds.length}}
| Sound |
Playlist |
Gain |
Volume |
Fading |
Context |
Time |
{{#each playingSounds}}
|
{{soundName}}
|
{{playlistName}} |
{{gainValue}} |
{{volume}} |
{{#if isFading}}
Fading
{{else}}
No
{{/if}}
|
{{contextState}} |
{{currentTime}} / {{duration}} |
{{/each}}
{{else}}
No sounds currently playing on this client.
{{/if}}
{{#if _playbackClockEntries.length}}
Playback Clock ({{_playbackClockEntries.length}})
| Playlist |
Sound |
Seq |
Clock Time |
Media Time |
Drift |
Overdue |
{{#each _playbackClockEntries}}
| {{playlistName}} |
{{soundName}} |
{{clockSeq}} |
{{currentTime}} / {{durationSec}} |
{{mediaCurrentTime}} / {{mediaDuration}} |
{{driftSec}} |
{{overdueSec}}s |
{{/each}}
{{/if}}
{{!-- Module Features --}}
{{#if playlists.length}}
Active Features
{{#each playlists}}
-
{{playlistName}}
{{#if features.crossfade}}Crossfade{{/if}}
{{#if features.silence}}Silence{{/if}}
{{#if features.scheduledSilenceFade}}Silence Fade{{/if}}
{{#if features.loops}}
{{#each features.loops}}
Loop: {{soundName}} ({{loopsCompleted}}x)
{{/each}}
{{/if}}
{{/each}}
{{/if}}
{{!-- Sequence Numbers --}}
{{#if _sequenceEntries.length}}
Sequence Numbers ({{_sequenceEntries.length}})
| Key |
Seq |
Age |
{{#each _sequenceEntries}}
| {{key}} |
{{seq}} |
{{age}}s ago |
{{/each}}
{{/if}}
{{/each}}