Thanks!BTGbullseye wrote:I hope you feel better soon.
Yeah, that's the idea, but it's not that easy:Tom wrote:Most players that do continuous mode playback (even car stereos I've seen) have it as a second option when clicking/pressing the loop button... Press once for looping current track, press again to loop everything (continuous), press again to return to standard once-through playback.
Resonic is pretty complex internally, It has all kinds of play/start/loop/repeat/continue/etc. modes that could easily fill up the whole UI, so I have to add it in little by little when a good idea comes along so that it's not too confusing.
Audio professionals are used to selection/seamless looping, which is usually toggled with NUM/ - the icon looks very much like the non-selection/seamless loop button in other players, where the function would usually be "repeat" (playlist), i.e. not really "loop". I need to get both into the app without confusing either side of the user base and without dumbing down the fast loop toggle via shortcut by having the user cycle through a number of loop modes.
That's why things usually take a little longer around here...
But yes, I will give the loop button with various modes a try. Usability-wise I'd like to drop down/hide a custom menu when the button is being hovered, maybe with a slight delay, but that's just one of many concepts, and turning concepts into code is quite a different story.
Also thinking about another "sequential" playback mode, first idea would be two parallel arrows - I don't quiet like it yet - to play across folders, i.e. after the last file in folder is played the app continues playing the next one. Challenging though, code-wise.