Home
last modified time | relevance | path

Searched refs:songDir (Results 1 – 3 of 3) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonMixerMemory.c39 static char songDir[32] = "default"; variable
58 getBristolCache("midicontrollermap"), "mixer", songDir, name); in saveMixerMemory()
337 sprintf(songDir, "%s", name); in loadMixerMemory()
365 getBristolCache("midicontrollermap"), "mixer", songDir, name); in loadMixerMemory()
370 global.home, "mixer", songDir, name); in loadMixerMemory()
452 global.home, "mixer", songDir); in getMixerMemory()
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dcovers.cpp1807 QString songDir=artistOrComposer+Utils::constDirSep; in locateImage() local
1808 if (!song.file.startsWith(songDir)) { in locateImage()
1809 QString dirName=MPDConnection::self()->getDetails().dir+songDir; in locateImage()
1844 QString songDir=artist+Utils::constDirSep+album+Utils::constDirSep; in locateImage() local
1845 if (!song.file.startsWith(songDir)) { in locateImage()
1846 QString dirName=MPDConnection::self()->getDetails().dir+songDir; in locateImage()
/dports/audio/mpdcon/MPDCon-1.5.1/
H A DMPDController.m818 …NSString *songDir = [NSString stringWithFormat:@"%@", [[song getPath] stringByDeletingLastPathComp…
819 if ([directory isEqual:songDir])