Velocity curve widget?

Ok, keep in mind that when you change something in the widget, the number of (wrongly?) added points is 2, not 1. In the Cabbage code you do this:

if (table->genRoutine != 2)
{
            fStatement.add (String (1));
            fStatement.add (String (evt.p[pCnt]));
}

So you add a “1” followed by the value in “evt.p[pCnt]” and those are the 2 added points that make trouble for us.