x = PresetInterpolator();
x.gui;
// add a parameter to the cursor
x.cursor.parameters[0].spec_(ControlSpec(20,20000,\exp));
// ERROR: Message 'mapToParameter' not understood.
The ControlSpec seems to be changed regardless of this error msg.
PIMediator.spec_ calls presetInterpolator.mapToParameter which appears to be the cause of this.
The
ControlSpecseems to be changed regardless of this error msg.PIMediator.spec_callspresetInterpolator.mapToParameterwhich appears to be the cause of this.