change_pan_time()

This function can be used to override the internal fade time of panning (stereo balance) changes upon calls to change_pan(). That fade time is not set globally, but rather on a per-note level. Additionally you might call change_pan_curve() to override the default fade curve shape type.

Function Prototype

change_pan_time(??note??, ??duration-us??)

Arguments

Argument Name Data Type Description
??note?? Note ID Number or Note ID Array All voices of this note will be modified.
[required]
??duration-us?? Integer Number or
Real Number
Fade time in microseconds.
[required]

Return Value

None.

Remarks

This functions optionally accepts s as standard unit for its argument ??duration-us??.

Examples

None yet.

See also

change_pan(), change_pan_curve()

Availability

Since LinuxSampler 2.0.0.svn75.

This function exists only with NKSP, it is not available with KSP.