UNPKG

observ-midi

Version:

Observe and write to midi stream as a single value, struct, array or grid.

5 lines (4 loc) 125 B
module.exports = getValue function getValue(value){ return ((Array.isArray(value)) ? value[value.length-1] : value) || 0 }