Missing Playable Instrument interactive block

Hi there,

I really want to get a Playable Instrument up and running.

I notice that it should be under the note generation section, but I only see a Play Random Stinger interactive block.

Interactive Blocks | Reactional Docs.

my composer version: 1.10.1-beta

Is there any way to get playable instruments up and running?

I also dont yet see a download for compsoer which is a later version.

Hi @user25 Sorry for the late reply.
Playable instruments are not ran via interactive blocks but rather the Instrument Override API call in the game engine. See here for unity: ExampleScripts | Reactional Docs

You essentially send along instrument name, x and y (pulse and pitch) velocity etc. and it will behave the same as the Playable instrument demo square in the composer interface.

I am making pretty huge changes at the moment to composer and the plugins which I hope to go live in the next couple of weeks. This includes instrument spatialisation in game engine, instrumentation snapshots, a live subtractive synth, a maxmsp kind of node plugin for making own synth to use in game, and a ton more improvements.