Querying midi note from node?

Is it possible to query a node (returned by the “play” command), to gather information about the synth – specifically, the midi note played? Is there any documentation of this?
Thanks!

Just figured it out myself – there’s a method called “args”:


handle = play 60
puts handle.args


Gonna refine my vibrato method to sniff the note instead of requiring it to be passed as a param.

2 Likes

Just fixed it – super easy!
Uploaded new version of YummyFillings.rb to github.

2 Likes