Comment 8 for bug 355945

Revision history for this message
Guy Lunardi (guy-m) wrote :

When using either a customer midi binding or the keyboard mapping, I get a similar error:

Debug [Controller]: "MIDI status 0xB0 (ch 1, opcode 0xB), ctrl 0x13, val 0x00"
Debug [Controller]: Not a function

Warning [Main]: ControlObject::getControl returning NULL for ( "[Channel1]" , "passthrough_enabled" )
Debug [Main]: Warning: Keyboard key is configured for nonexistent control: "[Channel1]" "passthrough_enabled"

Is there a way to double check that the EnginePassthrough is loading properly?

Thought these were the names for the configurations::
          m_pEnabled(new ControlObject(ConfigKey(pGroup, "passthrough_enabled"))),
          m_pPassing(new ControlPushButton(ConfigKey(pGroup, "passthrough"))),

Sorry to be a bother.