Home
last modified time | relevance | path

Searched refs:now (Results 1 – 6 of 6) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DLyric.cpp523 auto& now{ m_lyrics[i] }; in NormalizeLyric() local
525 if (!now.word_time.empty() && now.word_time.back() < 0) // 若是逐字歌词且没有显式提供最后匀速段的持续时长 in NormalizeLyric()
527now.word_time.back() = next.time_start - now.time_start - std::accumulate(now.word_time.begin(), n… in NormalizeLyric()
528 if (now.word_time.back() < 0) in NormalizeLyric()
529 now.word_time.back() = 0; in NormalizeLyric()
531 if (now.time_span_raw != 0) // 原始歌词有行持续时间 in NormalizeLyric()
532 now.time_span = now.time_span_raw; in NormalizeLyric()
533 else if (!now.word_time.empty()) // 否则累加字时间作为行持续时间 in NormalizeLyric()
534 now.time_span = std::accumulate(now.word_time.begin(), now.word_time.end(), 0); in NormalizeLyric()
536 if (now.time_span == 0 || next.time_start - now.time_start < now.time_span) in NormalizeLyric()
[all …]
H A DMusicPlayer2.rc1038 CONTROL "Upload now playing track",IDC_LASTFM_ENABLE_NOWPLAYING,
/MusicPlayer2/scintilla/src/
H A DElapsedPeriod.h18 ElapsedPeriod() noexcept : tp(std::chrono::high_resolution_clock::now()) { in ElapsedPeriod()
23 std::chrono::high_resolution_clock::now();
/MusicPlayer2/
H A DREADME_en-us.md17 …ller/Scoop) as a package manager, the MusicPlayer2 installation package is now added to the Scoop …
/MusicPlayer2/scintilla/
H A DREADME68 An executable SciTE will now be in scite/bin.
/MusicPlayer2/MusicPlayer2/language/
H A DEnglish.ini904 TXT_OPT_LAST_FM_UPLOAD_NOW_PLAYING = "Upload now playing track"