Home
last modified time | relevance | path

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

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DEvent.h327 …inline static ValueScope scopeBy_FinalRelativeUnit(bool bFinal, bool bRelative, bool bNativeUnit) { in scopeBy_FinalRelativeUnit() argument
334 if (bNativeUnit) in scopeBy_FinalRelativeUnit()
H A DNote.h280 inline static ValueScope scopeBy_FinalUnit(bool bFinal, bool bNativeUnit) { in scopeBy_FinalUnit() argument
282 return (bNativeUnit) ? ValueScope::FINAL_NATIVE : ValueScope::FINAL_NORM; in scopeBy_FinalUnit()