View Issue Details

IDProjectCategoryView StatusLast Update
0007345ardourfeaturespublic2017-05-13 00:22
Reporternstewart Assigned Toovenwerks  
PrioritylowSeverityminorReproducibilityN/A
Status closedResolutionfixed 
PlatformUbuntuOSLinuxOS VersionMaverick
Product Version5.X git (version in description) 
Summary0007345: Alesis QX25 MIDI mapping
DescriptionGeneric MIDI Control Surface mapping for Alesis QX25 transport controls
TagsNo tags attached.

Activities

nstewart

2017-05-10 02:23

reporter  

0001-Added-Generic-MIDI-control-surface-mapping-for-Alesi.patch (1,327 bytes)   
From f91f8a816ddf3999e7c3c9e371699beb11f8dbb7 Mon Sep 17 00:00:00 2001
From: Nathan Stewart <therealnathanstewart@gmail.com>
Date: Thu, 13 Apr 2017 22:46:13 -0400
Subject: [PATCH 1/2] Added Generic MIDI control surface mapping for Alesis
 QX25 keyboard transport controls

---
 midi_maps/Alesis_QX25.map | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 midi_maps/Alesis_QX25.map

diff --git a/midi_maps/Alesis_QX25.map b/midi_maps/Alesis_QX25.map
new file mode 100644
index 0000000..8db92f6
--- /dev/null
+++ b/midi_maps/Alesis_QX25.map
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 2017-4-13 Nathan Stewart: Map file creation                                              -->
+<ArdourMIDIBindings version="1.0.0" name="Alesis QX25">
+
+  <Binding channel="1" ctl="114" function="transport-stop"/>
+  <Binding channel="1" ctl="115" function="transport-roll"/>
+
+  <Binding channel="1" ctl="116" function="toggle-rec-enable"/>
+
+  <Binding channel="1" ctl="117" function="transport-end"/>
+  <Binding channel="1" ctl="118" function="transport-start"/>
+  <Binding channel="1" ctl="119" function="loop-toggle"/>
+  
+  <!-- bind the foot controller to toggle transport -->
+  <!--Binding channel="1" ctl="64" action="Transport/ToggleRoll"/ -->
+
+</ArdourMIDIBindings>
+
-- 
2.7.4

ovenwerks

2017-05-12 22:38

reporter   ~0019680

https://github.com/Ardour/ardour/commit/b89a851bc85d182ed496ec18b1d96ac7911cb882

Issue History

Date Modified Username Field Change
2017-05-10 02:23 nstewart New Issue
2017-05-10 02:23 nstewart File Added: 0001-Added-Generic-MIDI-control-surface-mapping-for-Alesi.patch
2017-05-12 22:38 ovenwerks Note Added: 0019680
2017-05-12 22:38 ovenwerks Status new => resolved
2017-05-12 22:38 ovenwerks Resolution open => fixed
2017-05-12 22:38 ovenwerks Assigned To => ovenwerks
2017-05-13 00:22 nstewart Status resolved => closed