basic skeleton for clip editor bindings

This commit is contained in:
Paul Davis 2021-12-10 15:15:56 -07:00
parent ef07d47bf8
commit 02026c98ff
6 changed files with 59 additions and 2 deletions

View file

@ -334,7 +334,7 @@ if ($make_accelmap) {
# merge in the "fixed" bindings that are not defined by the argument given to this program
# this covers things like the step editor, monitor and processor box bindings
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings") {
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings", 'clip_editor.bindings') {
$path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
open HARDCODED, "<", $path or die $!;
while (<HARDCODED>) {