UNPKG

soundbank-chunk

Version:

A group of triggerable sound descriptors to be positioned on a loop-grid and played with soundbank.

9 lines (8 loc) 209 B
module.exports = getGlobalId function getGlobalId(chunkId, localId){ if (localId === 'meddler'){ // only one meddler at this stage :( return 'meddler' } else { return chunkId + '#' + localId } }