change_vol_time()

This function can be used to override the internal fade time of volume changes upon calls to change_vol(). That fade time is not set globally, but rather on a per-note level.

Function Prototype

change_vol_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 Fade time in microseconds.
[required]

Return Value

None.

Examples

None yet.

See also

change_vol(), fade_in(), fade_out()

Availability

Since LinuxSampler 2.0.0.svn45.

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