Not necessarily. It sounds as though you're trying to allocate cc7 to all faders on the same MIDI channel. That won't work (and would result in the symptoms you describe).Conqueror's Reign wrote:When using the midi learn function within scope volume is cc7, check.
If you use only cc7 for volume faders then you need to assign each fader to cc7 on a DIFFERENT MIDI channel. The downside with this method, though, is that you only get 16 independently controllable faders per MIDI port (one per MIDI channel) since there are 16 channels available per MIDI port.
An alternative (and more flexible) way of setting up would be to assign consecutive cc numbers to consecutive faders in scope (starting with, say cc33, then cc34 etc.) on the SAME MIDI channel. You would, of course, need to make sure that none of these cc numbers conflicts with any other controls you may have set up that use the same MIDI port.
I hope this helps.