Documents
Writing Docs Gigedit SFZ Instrument Scripts NKSP Language NKSP Reference

lsb()

Calculates the least significant byte of a 14 bit value. Low-end bits 1 to 7 of argument are returned as result by this function.

Function Prototype

lsb(number)

Arguments

Argument Name Data Type Description
number Integer Number Original 14 bit input value.
[required]

Return Value

Data Type Description
Integer Number Low-end 7 bits of passed argument.

Remarks

This functions neither allows finalness, nor standard unit types for its argument number.

Examples

See also

msb(), sh_left(), sh_right()

Availability

Since LinuxSampler 2.1.1.svn26.

Document Updated:  2019-12-30  |  Author:  Christian Schoenebeck