jack-tools

A handful of JACK audio tools
git clone git://henryandlizzy.uk/jack-tools
Log | Files | Refs

names.c (1108B)


      1 char const* const names[98] =
      2 {
      3 	[0] = "bank",
      4 	[1] = "mod",
      5 	[2] = "breath",
      6 	[4] = "foot",
      7 	[5] = "portamento-time",
      8 	[6] = "data-entry-msb",
      9 	[7] = "volume",
     10 	[8] = "balance",
     11 	[10] = "pan",
     12 	[11] = "expression",
     13 	[12] = "effect-1",
     14 	[13] = "effect-2",
     15 	[16] = "general-purpose-1",
     16 	[17] = "general-purpose-2",
     17 	[18] = "general-purpose-3",
     18 	[19] = "general-purpose-4",
     19 	[64] = "sustain",
     20 	[65] = "portamento",
     21 	[66] = "sostenuto",
     22 	[67] = "soft",
     23 	[68] = "legato",
     24 	[69] = "hold-2",
     25 	[70] = "variation",
     26 	[71] = "timbre",
     27 	[72] = "release-time",
     28 	[73] = "attack-time",
     29 	[74] = "brightness",
     30 	[75] = "sound-controller-6",
     31 	[76] = "sound-controller-7",
     32 	[77] = "sound-controller-8",
     33 	[78] = "sound-controller-9",
     34 	[79] = "sound-controller-10",
     35 	[80] = "general-purpose-5",
     36 	[81] = "general-purpose-6",
     37 	[82] = "general-purpose-7",
     38 	[83] = "general-purpose-8",
     39 	[84] = "portamento-control",
     40 	[88] = "velocity-prefix",
     41 	[91] = "effects-1-depth",
     42 	[92] = "effects-2-depth",
     43 	[93] = "effects-3-depth",
     44 	[94] = "effects-4-depth",
     45 	[95] = "effects-5-depth",
     46 	[96] = "data-increment",
     47 	[97] = "data-decrement",
     48 };