summaryrefslogtreecommitdiff
path: root/tools/fmt-bindings
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-15 12:40:27 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-03-15 12:41:22 -0400
commitd2396d59b1324cbb842963390b7f5acfec240b34 (patch)
treed3c4294e6bb203696b35369b5f18125b425b69ec /tools/fmt-bindings
parentad4ae69a1d365480f7fc10507ac793e7df27c7f3 (diff)
new two new "pre-coded" bindings file, for the monitor section and the processor box
Diffstat (limited to 'tools/fmt-bindings')
-rwxr-xr-xtools/fmt-bindings2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fmt-bindings b/tools/fmt-bindings
index 4bbac9b9d8..56bdc122c0 100755
--- a/tools/fmt-bindings
+++ b/tools/fmt-bindings
@@ -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>) {