remove clip editor bindings (for now), since we do not show the clip editor
This commit is contained in:
parent
86f0f0ca11
commit
8db55bdda9
@ -935,7 +935,7 @@ def build(bld):
|
|||||||
for b in [ 'ardour' ] :
|
for b in [ 'ardour' ] :
|
||||||
obj = bld(
|
obj = bld(
|
||||||
target = b + '.keys',
|
target = b + '.keys',
|
||||||
source = [ b + '.keys.in', 'mixer.bindings', 'processor_box.bindings', 'step_editing.bindings', 'monitor.bindings', 'trigger.bindings', 'clip_editor.bindings' ],
|
source = [ b + '.keys.in', 'mixer.bindings', 'processor_box.bindings', 'step_editing.bindings', 'monitor.bindings', 'trigger.bindings' ],
|
||||||
rule = a_rule
|
rule = a_rule
|
||||||
)
|
)
|
||||||
obj.install_path = bld.env['CONFDIR']
|
obj.install_path = bld.env['CONFDIR']
|
||||||
|
@ -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", 'clip_editor.bindings') {
|
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.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…
Reference in New Issue
Block a user