~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to memory/profiles/mono

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-06-18 09:39:39 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100618093939-1iodlgzvn6g1lqok
Tags: 0.60.5-1
* Change my email address.
* Imported Upstream version 0.60.5
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# This the the MIDI controller profile, it keeps controller remappings for
3
 
# converting one controller ID to another, and then defines which controllers
4
 
# are tracked by which GUI devices. It may be edited manually, in which case
5
 
# changes are maintained but the GUI can also alter the controller tracking
6
 
# by typing <Control><Middle Mouse Button>, the moving the desired control.
7
 
# This file is saved whenever a GUI memory is saved.
8
 
#
9
 
# The file contains Controller Mapping (one controller to another, for example
10
 
# breath controller maps to footpedal, etc), Key Mappings for QWERTY to MIDI
11
 
# note events, and Continuous Controller mappings that allow a control surface
12
 
# to drive the GUI.
13
 
#
14
 
# Remap format is "CM: MidiCC   MidiCC"
15
 
# Keyboard map format is "KM: ASCII   MIDI_note [MIDI_chan]"
16
 
# Control format is "CC: MidiCC   panel/index [value]"
17
 
#
18
 
# The values are integers from 0 to 16384, the fine resolution controller
19
 
# value for the throw of this controller. If in doubt use the value 16383,
20
 
# it is only relevant for ganging controllers.
21
 
 
22
 
KM: a 1 1
23
 
KM: z 2 1
24
 
KM: s 3 1
25
 
KM: x 4 1
26
 
KM: c 5 1
27
 
KM: f 6 1
28
 
KM: v 7 1
29
 
KM: g 8 1
30
 
KM: b 9 1
31
 
KM: h 10 1
32
 
KM: n 11 1
33
 
KM: m 12 1
34
 
KM: k 13 1
35
 
KM: , 14 1
36
 
KM: l 15 1
37
 
KM: . 16 1
38
 
KM: / 17 1
39
 
KM: ' 18 1
40
 
 
41
 
KM: q 24 0
42
 
KM: 2 25 0
43
 
KM: w 26 0
44
 
KM: 3 27 0
45
 
KM: e 28 0
46
 
KM: r 29 0
47
 
KM: 5 30 0
48
 
KM: t 31 0
49
 
KM: 6 32 0
50
 
KM: y 33 0
51
 
KM: 7 34 0
52
 
KM: u 35 0
53
 
KM: i 36 0
54
 
KM: 9 37 0
55
 
KM: o 38 0
56
 
KM: 0 39 0
57
 
KM: p 40 0
58
 
KM: [ 41 0
59
 
KM: = 42 0
60
 
KM: ] 43 0
61
 
KM: \ 45 0