| 187 | |
| 188 | |
| 189 | MidiTime AutomationPattern::timeMapLength() const |
| 190 | { |
| 191 | if( m_timeMap.isEmpty() ) return 0; |
| 192 | timeMap::const_iterator it = m_timeMap.end(); |
| 193 | return MidiTime( MidiTime( (it-1).key() ).nextFullTact(), 0 ); |
| 194 | } |
| 195 | |
| 196 | |
| 197 |
no test coverage detected