Home
last modified time | relevance | path

Searched refs:theVisualDataStore (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/
H A DVisualDataStore.cpp102 if (theVisualDataStore == NULL) { in getInstance()
103 theVisualDataStore = new VisualDataStore; in getInstance()
105 return theVisualDataStore; in getInstance()
110 if (theVisualDataStore != NULL) { in dispose()
111 delete theVisualDataStore; in dispose()
112 theVisualDataStore = NULL; in dispose()
440 …if (theVisualDataStore->currAudioMetaData != theVisualDataStore->audioMetaDataHistory[theVisualDat… in analyzeCurrentlySetMetadata()
442theVisualDataStore->audioMetaDataHistory[theVisualDataStore->currAudioMetaDataHistoryIdx] = theVis… in analyzeCurrentlySetMetadata()
495 …return theVisualDataStore->audioMetaDataHistory[theVisualDataStore->currAudioMetaDataHistoryIdx].g… in getTrackYear()
501 …return theVisualDataStore->audioMetaDataHistory[theVisualDataStore->currAudioMetaDataHistoryIdx].g… in getNameOfCurrentTrack()
[all …]
H A DVisualDataStore.h438 static VisualDataStore* theVisualDataStore; variable