return whether this controller updates models frequently - used for determining when to update GUI
| 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 | { |