Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ isSampleExact
Method
isSampleExact
include/Controller.h:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
virtual ValueBuffer * valueBuffer();
68
69
inline bool isSampleExact() const
70
{
71
return m_sampleExact;
72
}
73
74
void setSampleExact( bool _exact )
75
{
Callers
1
valueBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected