Home
last modified time | relevance | path

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

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DMidiKeyboardManager.h392 itNotesEnd = pKey->pActiveNotes->end(); in FreeAllInactiveKeys() local
393 itNote != itNotesEnd; ++itNote) in FreeAllInactiveKeys()
434 itNote != itNotesEnd; ++itNote) in StealVoice()
485 itNote != itNotesEnd; ++itNote) in StealVoice()
562 itNotesEnd = pKey->pActiveNotes->end(); in KillAllVoices() local
563 itNote != itNotesEnd; ++itNote) in KillAllVoices()
590 itNotesEnd = pKey->pActiveNotes->end(); in KillAllVoicesImmediately() local
591 itNote != itNotesEnd; ++itNote) in KillAllVoicesImmediately()
623 itNote != itNotesEnd; ++itNote) in MarkAllActiveVoicesAsOrphans()
645 itNote != itNotesEnd; ++itNote) in ProcessActiveVoices()
[all …]
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DEngineBase.h1323 itNotesEnd = pSelectedKey->pActiveNotes->end(); in StealVoice() local
1324 itNote != itNotesEnd; ++itNote) in StealVoice()