[Plugin framework] Attempt to get duration from a rest leads to crash

• Aug 7, 2009 - 22:55
Type
Functional
Severity
S4 - Minor
Status
closed
Project

The following leads to crash, even if curCursor.chord() is reported as a Rest in the plugin debugger.

Looping with a cursor.
if (! curCursor.isChord()) {
var d = curCursor.chord().tickLen;
}


Comments