Scriptlet MidiInBlock var not compiling

A scriptlet is essentially just another plugin, and as such is unaware of other blocks and plugins in the rackspace—just like your Delay plugin knows nothing about your Reverb plugin. It only processes the data it receives, it can’t discriminate where that data comes from. So that’s why you can’t declare your MIDI In blocks as variables to use in a scriptlet. If you want to do that, you’ll want to make a Rackspace (or Global Rackspace) script instead of a scriptlet.

125