MCPcopy Create free account
hub / github.com/LMMS/lmms / currentValue

Function currentValue

include/ControllerConnection.h:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 inline void setController( int _controllerId );
63
64 float currentValue( int _offset )
65 {
66 return m_controller->currentValue( _offset );
67 }
68
69 ValueBuffer * valueBuffer()
70 {

Callers

nothing calls this directly

Calls 1

currentValueMethod · 0.80

Tested by

no test coverage detected