lmcintyre / OrchestrionPlugin

Simple BGM management plugin for XivLauncher
MIT License
21 stars 26 forks source link

Add Shuffle Functionality #1

Closed liamharper2453 closed 3 years ago

liamharper2453 commented 3 years ago

Hi,

Initially added this PR to the main repo but see it's no longer actively developed.

This PR aims to add shuffle functionality to Orchestrator.

Shuffle:

lmcintyre commented 3 years ago

Hi, thanks a bunch for this PR! I see you've put a lot of work into it. I am definitely going to incorporate this into Orchestrion in some way or another, but it may not be exactly how you've done it here. For example, the 3 minute timer is not an acceptable way of ending a song in my opinion. I would prefer to research a method that works even if a song does not "end." In addition, I am not sure if you've tested this with Penumbra running - Penumbra is a modding plugin that disables audio streaming on startup in order to allow for audio modding. The music buffer location you've found may not be written to with streaming disabled. These are just my initial thoughts on this - like I said, I do appreciate the PR.