From 72d8ca89e2f4b2e194b2bbd99261deb5b2108a40 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Jan 2014 17:02:55 -0500 Subject: Support midnam controller value labels. --- libs/ardour/ardour/midi_patch_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/midi_patch_manager.h') diff --git a/libs/ardour/ardour/midi_patch_manager.h b/libs/ardour/ardour/midi_patch_manager.h index 32b3ebc61d..77e63a2791 100644 --- a/libs/ardour/ardour/midi_patch_manager.h +++ b/libs/ardour/ardour/midi_patch_manager.h @@ -72,7 +72,7 @@ public: boost::shared_ptr master_device = master_device_by_model(model); if (master_device != 0 && custom_device_mode != "") { - return master_device->channel_name_set_by_device_mode_and_channel(custom_device_mode, channel); + return master_device->channel_name_set_by_channel(custom_device_mode, channel); } else { return boost::shared_ptr(); } -- cgit v1.2.3