Advertisement
gumilastic

addHandler variable d max msp

Jul 14th, 2020
785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const maxApi = require('max-api');
  2.  
  3. let d = 8;
  4.  
  5.  
  6.  
  7. setInterval(() =>{
  8.  
  9.  
  10.     //const d = 5;
  11.     maxApi.outlet("hello ", d);
  12.  
  13.  
  14. },1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement