From d2396d59b1324cbb842963390b7f5acfec240b34 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Mar 2016 12:40:27 -0400 Subject: [PATCH] new two new "pre-coded" bindings file, for the monitor section and the processor box --- gtk2_ardour/monitor.bindings | 24 ++++++++++++++++++++++++ gtk2_ardour/processor_box.bindings | 5 +++++ tools/fmt-bindings | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 gtk2_ardour/monitor.bindings create mode 100644 gtk2_ardour/processor_box.bindings diff --git a/gtk2_ardour/monitor.bindings b/gtk2_ardour/monitor.bindings new file mode 100644 index 0000000000..b1a7d7c477 --- /dev/null +++ b/gtk2_ardour/monitor.bindings @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtk2_ardour/processor_box.bindings b/gtk2_ardour/processor_box.bindings new file mode 100644 index 0000000000..cf4bbb9dbd --- /dev/null +++ b/gtk2_ardour/processor_box.bindings @@ -0,0 +1,5 @@ + + + + + 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 () {