⌈⌋ ⎇ branch:  Bitrhythm


Hex Artifact Content

Artifact 852f709389f0d73719a36d7ea42f7b82e76af8eaa53842e280dbea0a59793ea1:

  • File public/sampler.js — part of check-in [941581eece] at 2022-02-15 23:20:56 on branch trunk — Cleanup post presentation Worklet code (user: dev size: 1078)

0000: 0a 63 6c 61 73 73 20 53 61 6d 70 6c 65 72 20 65  .class Sampler e
0010: 78 74 65 6e 64 73 20 41 75 64 69 6f 57 6f 72 6b  xtends AudioWork
0020: 6c 65 74 50 72 6f 63 65 73 73 6f 72 20 7b 0a 20  letProcessor {. 
0030: 20 66 69 6c 65 73 20 3d 20 5b 5d 0a 20 20 72 65   files = [].  re
0040: 61 64 49 64 78 20 3d 20 7b 7d 0a 20 20 6c 6f 6f  adIdx = {}.  loo
0050: 70 53 74 61 72 74 49 64 78 20 3d 20 5b 5d 0a 0a  pStartIdx = []..
0060: 20 20 63 6f 6e 73 74 72 75 63 74 6f 72 28 6f 70    constructor(op
0070: 74 69 6f 6e 73 29 20 7b 0a 20 20 20 20 73 75 70  tions) {.    sup
0080: 65 72 28 29 0a 20 20 20 20 74 68 69 73 2e 70 6f  er().    this.po
0090: 72 74 2e 6f 6e 6d 65 73 73 61 67 65 20 3d 20 28  rt.onmessage = (
00a0: 7b 20 64 61 74 61 20 7d 29 20 3d 3e 20 7b 0a 20  { data }) => {. 
00b0: 20 20 20 20 20 69 66 20 28 64 61 74 61 2e 69 6e       if (data.in
00c0: 69 74 29 20 7b 0a 20 20 20 20 20 20 20 20 74 68  it) {.        th
00d0: 69 73 2e 66 69 6c 65 73 20 3d 20 64 61 74 61 2e  is.files = data.
00e0: 69 6e 69 74 0a 20 20 20 20 20 20 20 20 74 68 69  init.        thi
00f0: 73 2e 6c 6f 6f 70 53 74 61 72 74 49 64 78 20 3d  s.loopStartIdx =
0100: 20 74 68 69 73 2e 66 69 6c 65 73 2e 6d 61 70 28   this.files.map(
0110: 66 75 6e 63 74 69 6f 6e 20 28 66 29 20 7b 0a 20  function (f) {. 
0120: 20 20 20 20 20 20 20 20 20 20 20 72 65 74 75 72             retur
0130: 6e 20 30 0a 20 20 20 20 20 20 20 20 7d 29 0a 20  n 0.        }). 
0140: 20 20 20 20 20 7d 0a 20 20 20 20 20 20 65 6c 73       }.      els
0150: 65 20 69 66 20 28 64 61 74 61 2e 6e 6f 74 65 4f  e if (data.noteO
0160: 6e 29 20 7b 0a 20 20 20 20 20 20 20 20 20 20 20  n) {.           
0170: 20 74 68 69 73 2e 72 65 61 64 49 64 78 5b 64 61   this.readIdx[da
0180: 74 61 2e 73 61 6d 70 6c 65 5d 20 3d 20 74 68 69  ta.sample] = thi
0190: 73 2e 6c 6f 6f 70 53 74 61 72 74 49 64 78 5b 64  s.loopStartIdx[d
01a0: 61 74 61 2e 73 61 6d 70 6c 65 5d 0a 20 20 20 20  ata.sample].    
01b0: 20 20 7d 0a 20 20 20 20 20 20 65 6c 73 65 20 69    }.      else i
01c0: 66 20 28 64 61 74 61 2e 6e 6f 74 65 4f 66 66 29  f (data.noteOff)
01d0: 20 7b 0a 20 20 20 20 20 20 20 20 20 20 20 20 64   {.            d
01e0: 65 6c 65 74 65 20 74 68 69 73 2e 72 65 61 64 49  elete this.readI
01f0: 64 78 5b 64 61 74 61 2e 73 61 6d 70 6c 65 5d 3b  dx[data.sample];
0200: 0a 20 20 20 20 20 20 7d 0a 20 20 20 20 7d 3b 0a  .      }.    };.
0210: 20 20 7d 0a 0a 20 20 70 72 6f 63 65 73 73 28 69    }..  process(i
0220: 6e 70 75 74 73 2c 20 6f 75 74 70 75 74 73 29 20  nputs, outputs) 
0230: 7b 0a 20 20 20 20 76 61 72 20 6f 75 74 4c 65 66  {.    var outLef
0240: 74 20 3d 20 6f 75 74 70 75 74 73 5b 30 5d 5b 30  t = outputs[0][0
0250: 5d 0a 20 20 20 20 76 61 72 20 6f 75 74 52 69 67  ].    var outRig
0260: 68 74 20 3d 20 6f 75 74 70 75 74 73 5b 30 5d 5b  ht = outputs[0][
0270: 31 5d 0a 0a 20 20 20 20 4f 62 6a 65 63 74 2e 6b  1]..    Object.k
0280: 65 79 73 28 74 68 69 73 2e 72 65 61 64 49 64 78  eys(this.readIdx
0290: 29 2e 6d 61 70 28 28 73 61 6d 70 6c 65 29 20 3d  ).map((sample) =
02a0: 3e 20 7b 0a 20 20 20 20 20 20 20 20 66 6f 72 20  > {.        for 
02b0: 28 6c 65 74 20 69 3d 30 3b 20 69 20 3c 20 6f 75  (let i=0; i < ou
02c0: 74 4c 65 66 74 2e 6c 65 6e 67 74 68 3b 20 69 2b  tLeft.length; i+
02d0: 2b 2c 20 74 68 69 73 2e 72 65 61 64 49 64 78 5b  +, this.readIdx[
02e0: 73 61 6d 70 6c 65 5d 2b 2b 29 20 7b 0a 20 20 20  sample]++) {.   
02f0: 20 20 20 20 20 20 20 20 20 69 66 20 28 74 68 69           if (thi
0300: 73 2e 72 65 61 64 49 64 78 5b 73 61 6d 70 6c 65  s.readIdx[sample
0310: 5d 20 3c 20 74 68 69 73 2e 66 69 6c 65 73 5b 73  ] < this.files[s
0320: 61 6d 70 6c 65 5d 2e 70 63 6d 4c 65 66 74 2e 6c  ample].pcmLeft.l
0330: 65 6e 67 74 68 29 20 7b 0a 20 20 20 20 20 20 20  ength) {.       
0340: 20 20 20 20 20 20 20 20 20 6f 75 74 4c 65 66 74           outLeft
0350: 5b 69 5d 20 2b 3d 20 74 68 69 73 2e 66 69 6c 65  [i] += this.file
0360: 73 5b 73 61 6d 70 6c 65 5d 2e 70 63 6d 4c 65 66  s[sample].pcmLef
0370: 74 5b 74 68 69 73 2e 72 65 61 64 49 64 78 5b 73  t[this.readIdx[s
0380: 61 6d 70 6c 65 5d 5d 0a 20 20 20 20 20 20 20 20  ample]].        
0390: 20 20 20 20 20 20 20 20 6f 75 74 52 69 67 68 74          outRight
03a0: 5b 69 5d 20 2b 3d 20 74 68 69 73 2e 66 69 6c 65  [i] += this.file
03b0: 73 5b 73 61 6d 70 6c 65 5d 2e 70 63 6d 52 69 67  s[sample].pcmRig
03c0: 68 74 5b 74 68 69 73 2e 72 65 61 64 49 64 78 5b  ht[this.readIdx[
03d0: 73 61 6d 70 6c 65 5d 5d 0a 20 20 20 20 20 20 20  sample]].       
03e0: 20 20 20 20 20 7d 0a 20 20 20 20 20 20 20 20 7d       }.        }
03f0: 0a 20 20 20 20 7d 29 0a 0a 20 20 20 20 72 65 74  .    })..    ret
0400: 75 72 6e 20 74 72 75 65 0a 20 20 7d 0a 7d 0a 0a  urn true.  }.}..
0410: 72 65 67 69 73 74 65 72 50 72 6f 63 65 73 73 6f  registerProcesso
0420: 72 28 27 73 61 6d 70 6c 65 72 27 2c 20 53 61 6d  r('sampler', Sam
0430: 70 6c 65 72 29 0a                                pler).