mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix builds (22a5113b59 removed pianoroll bindings)
This commit is contained in:
parent
e5fb2d83da
commit
58765f4942
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ if ($make_accelmap) {
|
||||||
# merge in the "fixed" bindings that are not defined by the argument given to this program
|
# 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
|
# 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", "pianoroll.bindings", "regionfx_box.bindings") {
|
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings", "regionfx_box.bindings") {
|
||||||
$path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
|
$path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
|
||||||
open HARDCODED, "<", $path or die $!;
|
open HARDCODED, "<", $path or die $!;
|
||||||
while (<HARDCODED>) {
|
while (<HARDCODED>) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue