index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
track_queue.cpp
Age
Commit message (
Expand
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-03-25
WIP rewrie audio pipeline+fsm guts for more reliability
jacqueline
2024-03-06
Restore the previous track position when booting
jacqueline
2024-02-29
Clear the drain buffer when skipping between tracks
jacqueline
2024-02-19
Don't mark the current track as changed when falling off the end of the queue
jacqueline
2024-02-13
include repeat, replay, and shuffle in persisted queue info
jacqueline
2024-02-12
Don't hold lock on notifyChanged
ailurux
2024-02-12
Add buttons for shuffle + repeat track
ailurux
2024-02-05
Preserve the queue when going into standby
jacqueline
2024-02-01
Use a single pool of bg workers instead of separate tasks per use case
jacqueline
2024-01-23
Fix bug where calling TrackQueue's next() repeatedly would increase the posit...
Robin Howard
2023-12-08
Add shuffle and repeat options for the playback queue
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-12-05
Add basic track queue save/load support
jacqueline
2023-12-05
Rewrite the track queue to work directly with database iterators
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-20
Don't crash if the current track source encounters a record with no id
jacqueline
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-07-26
make event queue go faster
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-17
Basic playlists for upcoming
jacqueline
2023-07-07
wire up the playing screen with some real data
jacqueline