I have a problem with the Selected Channel grid in Nuendo 14 on Mac.
It receives all changes from the selected channel, but it sends only some controls (e.g. mute, solo, transport). It doesn’t send any fader information, or rather the data it sends doesn’t affect the selected channel. I noticed that the fader data is sent through Metasystem MIDI In, even though the selected channel script is set to Metasystem Cubase Sync.
I also note, that the volume fader macro is set to a different MIDI CH/CC (10/16), than specified in MetaGrid Pro_Selected Channel.js.
var selectedTrackVolumeKnob = surface.makeKnob(0, 1, 1, 1);
try {
selectedTrackVolumeKnob.mSurfaceValue.mMidiBinding
.setInputPort(midiInput)
.setOutputPort(midiOutput)
.bindToControlChange(9, 16);
Metaserver 5.2.1
Mac OS 15.4