F.R.: MediaPlayerMOD one single extra line in the code

SONG contained MediaPlayer is not RTZ when (re)loaded. Solved now with a CC#123 (AllNotesOff) via “dummyLAYER+Actions”. But might be a lovely tweak MediaPlayerMOD to RTZ module’s playhead when loading the instance.

Song, or Media Player? Media Player is always default to 0.

Song-dependent-objects
{
media-player
);

When its not global-object.

  1. Loading song1
  2. Start mediaplayer,
  3. Load song2
  4. Back to song1
  5. Song1’s media player’s playhead is at the same location where left before leaving song

While from users aspect I would expext, its destroyed and reloaded (playpos: 00:00).

Do this explanation describes better?

It’s always global.

MediaPlayer? Even when added as song-module and for my eyes seems to be destroyed at song change? I didn know that. Expected the same as layers, stacks, PDF-viewer

need to check this

1 Like

Sorry, you’re correct, not always global.

So if you use Media Player in a Song, like all other assets, it keeps its state when leaving the Song. It doesn’t even know about a Song (it’s a Module) and has its very own transport/timing (only audio sync from project).

Pls check Media Player again with todays’ version and let us know if it all works out for you.