You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message.send "a:value", a.get() # <~ how do i get the "current value" of "a" ?
Will i need to "play" it, to get it going?
( ->
$a = SinOsc.ar( 55 )
).play()
console.log($a)
Message.send "a:value", $a.get() # <~ how do i get the "current value" of "$a" ?
The text was updated successfully, but these errors were encountered:
hems
changed the title
Broadcasting uGen value to javascript?
Getting the current value of a "Ugen" and send to js?
May 8, 2014
a = SinOsc.kr( 440 )
Message.send "a:value", a.get() # <~ how do i get the "current value" of "a" ?
The text was updated successfully, but these errors were encountered: