Example:



fEditorMasterMin = 2,  fEditorMasterMax = 4

Here the master positions in the Cam-table will be shifted by 2 units:

fEditorMasterMin - ( fTableMasterMin  * scale ) = 2 units.

and scaled by a factor of two:

( fEditorMasterMax - fEditorMasterMin ) / ( fTableMasterMax - fTableMasterMin ) = 2

A master position of 0 in Table units results in a master value of 2 in SoftMotion units.

A master position of 0.5 in Table units results in a master value of 3 in SoftMotion units.




See also....

  • No labels