In the future, I will convert this plugin to a generalized hotkey provider, as and when the requests come up.
Bookmarking this in case the wishlist request goes cold: AB Repeat
Tonight, I wanted to get something going for this request.
Along the way, I discovered that the playStateChanged notification seems not to be kicking in at all.
________
Unrelated to this bug report:
I actually can't think of how I'll get the tracks to repeat between two points using the current API.
So far, I'm able to capture both the user's start and end times.
Able to get it to commence the loop at A.
My challenge now comes in figuring out how to determine that the track has reached point B.
Calling Player_GetPosition() non-stop to figure out how much longer till B would be crazy.
At this moment, I can only see this working if MB was to receive a value from the plugin telling it to stop at such a position.
For example, PlayerSetEndPosition()
Edit: Subject line amended from the initial false bug report.