Difference between revisions of "AXY:MC-Basic:group.BLENDINGFACTOR"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<value>''" to "<''value''>")
Line 5: Line 5:
 
|SYNTAX=
 
|SYNTAX=
 
?<''group>.''BlendingFactor<br>
 
?<''group>.''BlendingFactor<br>
<''group>.'' BlendingFactor  = ''<value>''
+
<''group>.'' BlendingFactor  = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 09:06, 17 March 2014

Percentage of the movement’s length that will be not blended with the next movement.

0% – blending of second movement started from the beginning of the first one .

100% – blending of second movement started from the end of the first one (NO BLENDING) .

For more description see also: Blending Behavior

Syntax

?<group>.BlendingFactor
<group>. BlendingFactor  = <value>

Availability

Versions AMCS 0.3.6.20 and higher

Type

Double

Range

0 to 100

Units

Percents of the segments length

Default

100 (no blending)

Scope

Task or Terminal

Limitations

Mixed profiler types are not valid , Modal/Nodal

Example             Group1. BlendingFactor= 10

See Also