OSC: Blank some more feedback values when select observer is destroyed.
[ardour.git] / tools / fmt-bindings
index 4bbac9b9d80579a1c668ec07d0576e7d7151eff5..56bdc122c0dd465bb6b92c2ce49f9ee531a39ac8 100755 (executable)
@@ -316,7 +316,7 @@ if ($make_accelmap) {
     # merge in the "fixed" bindings that are not defined by the argument given to this program
     # namely, the step editor and the mixer windows
 
-    foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings") {
+    foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings") {
        $path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
        open HARDCODED, "<", $path or die $!;
        while (<HARDCODED>) {