What is the nim equivalent of this (JavaScript) expression?
    
    
      createNoiseProcessor(ctx).then((noise) => {
        noise.connect(ctx.destination)
      })
    
    
    Run

Reply via email to