WavePlayer (DShow9) doesn't update its position output every frame

see attached patch. Would be really nice if this could somehow be fixed and the fix would make it into the next release.

WaveplayerBug.7z (401.2 kB)

interesting find. vvvv of course asks the directshowfilter every frame and returns what it reports. so i am afraid the clue to this is somehow hidden in this code: https://github.com/vvvv/vvvv-sdk/blob/develop/vvvv45/src/nodes/directshowfilter/WavePlayer/Main.pas le us know if you find something…

Since I don’t belong to The Knights of the Round Table anymore I no longer have a Delphi IDE installed and reading through the code in the Browser is a pita…

Which method is called by the node?

GetActualPosition()