mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-17 17:25:44 +00:00
added playlist clear button functionality
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@635 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -884,7 +884,12 @@ std::string projectM::getPresetName ( unsigned int index ) const
|
||||
return m_presetLoader->getPresetName(index);
|
||||
}
|
||||
|
||||
unsigned int projectM::getPlayListSize() const
|
||||
void projectM::clearPlaylist ( )
|
||||
{
|
||||
m_presetLoader->clear();
|
||||
}
|
||||
|
||||
unsigned int projectM::getPlaylistSize() const
|
||||
{
|
||||
return m_presetLoader->getNumPresets();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user