mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-29 10:45:53 +00:00
The playlist wrapper will now continue to repeat the directional navigation command issued in the original API call.
ProjectM Playlist Library
This is an optional convenience library to load presets into a playlist, manage their order and chose the next one to play.
The core library uses a callback to request the next preset filename when a switch should occur and has no idea about a playlist at all. Application developers not wanting to go through the hurdles of implementing their own playlist management can use this library to perform this task.