Merged with trunk R992.
[ardour.git] / libs / surfaces / generic_midi / midicontrollable.cc
index aa3fd3e2523791ec7173ff340892efa3971b04a6..6dc9bde8ad23fc51a664b1937ef23139149b93f7 100644 (file)
@@ -345,6 +345,8 @@ MIDIControllable::set_state (const XMLNode& node)
                return -1;
        }
 
+       bind_midi (control_channel, control_type, control_additional);
+       
        return 0;
 }