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

Method frequentUpdates

include/Controller.h:86–96  ·  view source on GitHub ↗

return whether this controller updates models frequently - used for determining when to update GUI

Source from the content-addressed store, hash-verified

84 // return whether this controller updates models frequently - used for
85 // determining when to update GUI
86 inline bool frequentUpdates() const
87 {
88 switch( m_type )
89 {
90 case LfoController: return( true );
91 case PeakController: return( true );
92 default:
93 break;
94 }
95 return( false );
96 }
97
98 virtual const QString & name() const
99 {

Callers 1

friendlyUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected