Home
last modified time | relevance | path

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

/dports/audio/lmms/lmms-1.2.2/include/
H A DAutomatableModel.h101 return s_copiedValue; in copiedValue()
356 static float s_copiedValue; variable
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DAutomatableModel.cpp35 float AutomatableModel::s_copiedValue = 0; member in AutomatableModel
659 s_copiedValue = value<float>(); in copyValue()