Home
last modified time | relevance | path

Searched refs:setCurrentSong (Results 1 – 5 of 5) sorted by relevance

/dports/audio/mpdcon/MPDCon-1.5.1/
H A DPlayView.h48 - (void) setCurrentSong: (int)newSong;
H A DPlayView.m149 - (void) setCurrentSong: (int)newSong
H A DAppController.m598 [playView setCurrentSong: currentSongNr];
/dports/audio/libechonest/libechonest-2.3.1/src/
H A DPlaylist.h274 void setCurrentSong( const Song& song );
H A DPlaylist.cpp87 void Echonest::DynamicPlaylist::setCurrentSong(const Echonest::Song& song) in setCurrentSong() function in Echonest::DynamicPlaylist