Remote Control Editor for sampler track

hello,

Just like with VST instruments, it would be really great to have a Remote Control Editor for the Sampler track, as well as specific methods in the MIDI Remote API for scripting operations. The Sampler could use a bit more attention in this regard.

Thanks!

For reasons I don’t quite understand, the RCE is there, but a bit hidden.

Try this:

  • Add a Sampler Track and click on “Show Automation”
  • By default you will see “Volume” as the selected parameter of the automation lane
  • Change it to a sampler parameter, for example “Glide”

The XML once saved will be in a directory under Documents/VST XMLs with the name D1B42E80F1124DFEAFEDE2480EFB4298. It won’t be under the vendors directory.

You can use the same approach for the Drum track type.

That being said, I don’t actually see all this usable when it comes to controlling the sample using the normal Instrument→Parameter binding. I do have a workaround using DirectAccess, perhaps I will upload a snippet.

Oh, that’s very interesting. Thanks, mc!
It was indeed well hidden ^^. I’ll go take a look at all that.

My goal was to be able to control multiple parameters pages, but I’m stuck at the moment.

Your workaround might be of interest to me—did you manage to set up the bindings using directAccess?

Yes. I will try to upload a snippet later tonight.