Geromatic / Midi-Unreal

Midi for Unreal Engine
129 stars 31 forks source link

Expose the current playback time of a midi processor (without having to wait for the next midi event) #28

Open Ecnassianer opened 3 years ago

Ecnassianer commented 3 years ago

I'd like to be able to check where in playback the midi processor is at. Currently it doesn't seem like there's a way to do this. Checking both the realtime time (i.e, taking Playback Speed into account) and the tick time where we're currently at in the midi file would be great.