2004-12-15, 07:10 PM
Sub,
I think there is a bug relating to the audio queue on the MVP.
I have been using the MAP plugin and attempting to debug whats going on, but the behaviour seems to be core GBPVR not the plugin as I first thought.
Items are added to the queue with
PluginHelperFactory.getPluginHelper().AddAudioFileToQueue(songToPlay);
On the PC all queued files play if we return to the main menu or go to another plugin.
On the MVP if the plugin that adds the file to the queue remains active (ie we do not switch back to the main menu or to another plugin) then all the queued files will play. BUT if we switch to the main menu, once the currently playing file ends no further items from the queue are played.
As far as I can tell whatever detects the STOP from the MVP (which always occurs between files regardless of the active plugin) does not seem to be forcing the subsequent play for the next track. (We do not get the "About to start playback of" message).
Is this a bug or as designed? If a bug is there anything else I can do to help fix it (I am a developer and have started to dabble with the plugins code).
Dave
I think there is a bug relating to the audio queue on the MVP.
I have been using the MAP plugin and attempting to debug whats going on, but the behaviour seems to be core GBPVR not the plugin as I first thought.
Items are added to the queue with
PluginHelperFactory.getPluginHelper().AddAudioFileToQueue(songToPlay);
On the PC all queued files play if we return to the main menu or go to another plugin.
On the MVP if the plugin that adds the file to the queue remains active (ie we do not switch back to the main menu or to another plugin) then all the queued files will play. BUT if we switch to the main menu, once the currently playing file ends no further items from the queue are played.
As far as I can tell whatever detects the STOP from the MVP (which always occurs between files regardless of the active plugin) does not seem to be forcing the subsequent play for the next track. (We do not get the "About to start playback of" message).
Is this a bug or as designed? If a bug is there anything else I can do to help fix it (I am a developer and have started to dabble with the plugins code).
Dave