Mercurial > hg > svcore
comparison plugin/api/alsa/asoundef.h @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | 48e9f538e6e9 |
children |
comparison
equal
deleted
inserted
replaced
1324:d4a28d1479a8 | 1527:710e6250a401 |
---|---|
42 * \defgroup MIDI_Interface Constants for MIDI v1.0 | 42 * \defgroup MIDI_Interface Constants for MIDI v1.0 |
43 * Constants for MIDI v1.0. | 43 * Constants for MIDI v1.0. |
44 * \{ | 44 * \{ |
45 */ | 45 */ |
46 | 46 |
47 #define MIDI_CHANNELS 16 /**< Number of channels per port/cable. */ | 47 #define MIDI_CHANNELS 16 /**< Number of channels per port/cable. */ |
48 #define MIDI_GM_DRUM_CHANNEL (10-1) /**< Channel number for GM drums. */ | 48 #define MIDI_GM_DRUM_CHANNEL (10-1) /**< Channel number for GM drums. */ |
49 | 49 |
50 /** | 50 /** |
51 * \defgroup MIDI_Commands MIDI Commands | 51 * \defgroup MIDI_Commands MIDI Commands |
52 * MIDI command codes. | 52 * MIDI command codes. |
53 * \{ | 53 * \{ |
54 */ | 54 */ |
55 | 55 |
56 #define MIDI_CMD_NOTE_OFF 0x80 /**< note off */ | 56 #define MIDI_CMD_NOTE_OFF 0x80 /**< note off */ |
57 #define MIDI_CMD_NOTE_ON 0x90 /**< note on */ | 57 #define MIDI_CMD_NOTE_ON 0x90 /**< note on */ |
58 #define MIDI_CMD_NOTE_PRESSURE 0xa0 /**< key pressure */ | 58 #define MIDI_CMD_NOTE_PRESSURE 0xa0 /**< key pressure */ |
59 #define MIDI_CMD_CONTROL 0xb0 /**< control change */ | 59 #define MIDI_CMD_CONTROL 0xb0 /**< control change */ |
60 #define MIDI_CMD_PGM_CHANGE 0xc0 /**< program change */ | 60 #define MIDI_CMD_PGM_CHANGE 0xc0 /**< program change */ |
61 #define MIDI_CMD_CHANNEL_PRESSURE 0xd0 /**< channel pressure */ | 61 #define MIDI_CMD_CHANNEL_PRESSURE 0xd0 /**< channel pressure */ |
62 #define MIDI_CMD_BENDER 0xe0 /**< pitch bender */ | 62 #define MIDI_CMD_BENDER 0xe0 /**< pitch bender */ |
63 | 63 |
64 #define MIDI_CMD_COMMON_SYSEX 0xf0 /**< sysex (system exclusive) begin */ | 64 #define MIDI_CMD_COMMON_SYSEX 0xf0 /**< sysex (system exclusive) begin */ |
65 #define MIDI_CMD_COMMON_MTC_QUARTER 0xf1 /**< MTC quarter frame */ | 65 #define MIDI_CMD_COMMON_MTC_QUARTER 0xf1 /**< MTC quarter frame */ |
66 #define MIDI_CMD_COMMON_SONG_POS 0xf2 /**< song position */ | 66 #define MIDI_CMD_COMMON_SONG_POS 0xf2 /**< song position */ |
67 #define MIDI_CMD_COMMON_SONG_SELECT 0xf3 /**< song select */ | 67 #define MIDI_CMD_COMMON_SONG_SELECT 0xf3 /**< song select */ |
68 #define MIDI_CMD_COMMON_TUNE_REQUEST 0xf6 /**< tune request */ | 68 #define MIDI_CMD_COMMON_TUNE_REQUEST 0xf6 /**< tune request */ |
69 #define MIDI_CMD_COMMON_SYSEX_END 0xf7 /**< end of sysex */ | 69 #define MIDI_CMD_COMMON_SYSEX_END 0xf7 /**< end of sysex */ |
70 #define MIDI_CMD_COMMON_CLOCK 0xf8 /**< clock */ | 70 #define MIDI_CMD_COMMON_CLOCK 0xf8 /**< clock */ |
71 #define MIDI_CMD_COMMON_START 0xfa /**< start */ | 71 #define MIDI_CMD_COMMON_START 0xfa /**< start */ |
72 #define MIDI_CMD_COMMON_CONTINUE 0xfb /**< continue */ | 72 #define MIDI_CMD_COMMON_CONTINUE 0xfb /**< continue */ |
73 #define MIDI_CMD_COMMON_STOP 0xfc /**< stop */ | 73 #define MIDI_CMD_COMMON_STOP 0xfc /**< stop */ |
74 #define MIDI_CMD_COMMON_SENSING 0xfe /**< active sensing */ | 74 #define MIDI_CMD_COMMON_SENSING 0xfe /**< active sensing */ |
75 #define MIDI_CMD_COMMON_RESET 0xff /**< reset */ | 75 #define MIDI_CMD_COMMON_RESET 0xff /**< reset */ |
76 | 76 |
77 /** \} */ | 77 /** \} */ |
78 | 78 |
79 /** | 79 /** |
80 * \defgroup MIDI_Controllers MIDI Controllers | 80 * \defgroup MIDI_Controllers MIDI Controllers |
81 * MIDI controller numbers. | 81 * MIDI controller numbers. |
82 * \{ | 82 * \{ |
83 */ | 83 */ |
84 | 84 |
85 #define MIDI_CTL_MSB_BANK 0x00 /**< Bank selection */ | 85 #define MIDI_CTL_MSB_BANK 0x00 /**< Bank selection */ |
86 #define MIDI_CTL_MSB_MODWHEEL 0x01 /**< Modulation */ | 86 #define MIDI_CTL_MSB_MODWHEEL 0x01 /**< Modulation */ |
87 #define MIDI_CTL_MSB_BREATH 0x02 /**< Breath */ | 87 #define MIDI_CTL_MSB_BREATH 0x02 /**< Breath */ |
88 #define MIDI_CTL_MSB_FOOT 0x04 /**< Foot */ | 88 #define MIDI_CTL_MSB_FOOT 0x04 /**< Foot */ |
89 #define MIDI_CTL_MSB_PORTAMENTO_TIME 0x05 /**< Portamento time */ | 89 #define MIDI_CTL_MSB_PORTAMENTO_TIME 0x05 /**< Portamento time */ |
90 #define MIDI_CTL_MSB_DATA_ENTRY 0x06 /**< Data entry */ | 90 #define MIDI_CTL_MSB_DATA_ENTRY 0x06 /**< Data entry */ |
91 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ | 91 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ |
92 #define MIDI_CTL_MSB_BALANCE 0x08 /**< Balance */ | 92 #define MIDI_CTL_MSB_BALANCE 0x08 /**< Balance */ |
93 #define MIDI_CTL_MSB_PAN 0x0a /**< Panpot */ | 93 #define MIDI_CTL_MSB_PAN 0x0a /**< Panpot */ |
94 #define MIDI_CTL_MSB_EXPRESSION 0x0b /**< Expression */ | 94 #define MIDI_CTL_MSB_EXPRESSION 0x0b /**< Expression */ |
95 #define MIDI_CTL_MSB_EFFECT1 0x0c /**< Effect1 */ | 95 #define MIDI_CTL_MSB_EFFECT1 0x0c /**< Effect1 */ |
96 #define MIDI_CTL_MSB_EFFECT2 0x0d /**< Effect2 */ | 96 #define MIDI_CTL_MSB_EFFECT2 0x0d /**< Effect2 */ |
97 #define MIDI_CTL_MSB_GENERAL_PURPOSE1 0x10 /**< General purpose 1 */ | 97 #define MIDI_CTL_MSB_GENERAL_PURPOSE1 0x10 /**< General purpose 1 */ |
98 #define MIDI_CTL_MSB_GENERAL_PURPOSE2 0x11 /**< General purpose 2 */ | 98 #define MIDI_CTL_MSB_GENERAL_PURPOSE2 0x11 /**< General purpose 2 */ |
99 #define MIDI_CTL_MSB_GENERAL_PURPOSE3 0x12 /**< General purpose 3 */ | 99 #define MIDI_CTL_MSB_GENERAL_PURPOSE3 0x12 /**< General purpose 3 */ |
100 #define MIDI_CTL_MSB_GENERAL_PURPOSE4 0x13 /**< General purpose 4 */ | 100 #define MIDI_CTL_MSB_GENERAL_PURPOSE4 0x13 /**< General purpose 4 */ |
101 #define MIDI_CTL_LSB_BANK 0x20 /**< Bank selection */ | 101 #define MIDI_CTL_LSB_BANK 0x20 /**< Bank selection */ |
102 #define MIDI_CTL_LSB_MODWHEEL 0x21 /**< Modulation */ | 102 #define MIDI_CTL_LSB_MODWHEEL 0x21 /**< Modulation */ |
103 #define MIDI_CTL_LSB_BREATH 0x22 /**< Breath */ | 103 #define MIDI_CTL_LSB_BREATH 0x22 /**< Breath */ |
104 #define MIDI_CTL_LSB_FOOT 0x24 /**< Foot */ | 104 #define MIDI_CTL_LSB_FOOT 0x24 /**< Foot */ |
105 #define MIDI_CTL_LSB_PORTAMENTO_TIME 0x25 /**< Portamento time */ | 105 #define MIDI_CTL_LSB_PORTAMENTO_TIME 0x25 /**< Portamento time */ |
106 #define MIDI_CTL_LSB_DATA_ENTRY 0x26 /**< Data entry */ | 106 #define MIDI_CTL_LSB_DATA_ENTRY 0x26 /**< Data entry */ |
107 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ | 107 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ |
108 #define MIDI_CTL_LSB_BALANCE 0x28 /**< Balance */ | 108 #define MIDI_CTL_LSB_BALANCE 0x28 /**< Balance */ |
109 #define MIDI_CTL_LSB_PAN 0x2a /**< Panpot */ | 109 #define MIDI_CTL_LSB_PAN 0x2a /**< Panpot */ |
110 #define MIDI_CTL_LSB_EXPRESSION 0x2b /**< Expression */ | 110 #define MIDI_CTL_LSB_EXPRESSION 0x2b /**< Expression */ |
111 #define MIDI_CTL_LSB_EFFECT1 0x2c /**< Effect1 */ | 111 #define MIDI_CTL_LSB_EFFECT1 0x2c /**< Effect1 */ |
112 #define MIDI_CTL_LSB_EFFECT2 0x2d /**< Effect2 */ | 112 #define MIDI_CTL_LSB_EFFECT2 0x2d /**< Effect2 */ |
113 #define MIDI_CTL_LSB_GENERAL_PURPOSE1 0x30 /**< General purpose 1 */ | 113 #define MIDI_CTL_LSB_GENERAL_PURPOSE1 0x30 /**< General purpose 1 */ |
114 #define MIDI_CTL_LSB_GENERAL_PURPOSE2 0x31 /**< General purpose 2 */ | 114 #define MIDI_CTL_LSB_GENERAL_PURPOSE2 0x31 /**< General purpose 2 */ |
115 #define MIDI_CTL_LSB_GENERAL_PURPOSE3 0x32 /**< General purpose 3 */ | 115 #define MIDI_CTL_LSB_GENERAL_PURPOSE3 0x32 /**< General purpose 3 */ |
116 #define MIDI_CTL_LSB_GENERAL_PURPOSE4 0x33 /**< General purpose 4 */ | 116 #define MIDI_CTL_LSB_GENERAL_PURPOSE4 0x33 /**< General purpose 4 */ |
117 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ | 117 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ |
118 #define MIDI_CTL_PORTAMENTO 0x41 /**< Portamento */ | 118 #define MIDI_CTL_PORTAMENTO 0x41 /**< Portamento */ |
119 #define MIDI_CTL_SUSTENUTO 0x42 /**< Sostenuto */ | 119 #define MIDI_CTL_SUSTENUTO 0x42 /**< Sostenuto */ |
120 #define MIDI_CTL_SOFT_PEDAL 0x43 /**< Soft pedal */ | 120 #define MIDI_CTL_SOFT_PEDAL 0x43 /**< Soft pedal */ |
121 #define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 /**< Legato foot switch */ | 121 #define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 /**< Legato foot switch */ |
122 #define MIDI_CTL_HOLD2 0x45 /**< Hold2 */ | 122 #define MIDI_CTL_HOLD2 0x45 /**< Hold2 */ |
123 #define MIDI_CTL_SC1_SOUND_VARIATION 0x46 /**< SC1 Sound Variation */ | 123 #define MIDI_CTL_SC1_SOUND_VARIATION 0x46 /**< SC1 Sound Variation */ |
124 #define MIDI_CTL_SC2_TIMBRE 0x47 /**< SC2 Timbre */ | 124 #define MIDI_CTL_SC2_TIMBRE 0x47 /**< SC2 Timbre */ |
125 #define MIDI_CTL_SC3_RELEASE_TIME 0x48 /**< SC3 Release Time */ | 125 #define MIDI_CTL_SC3_RELEASE_TIME 0x48 /**< SC3 Release Time */ |
126 #define MIDI_CTL_SC4_ATTACK_TIME 0x49 /**< SC4 Attack Time */ | 126 #define MIDI_CTL_SC4_ATTACK_TIME 0x49 /**< SC4 Attack Time */ |
127 #define MIDI_CTL_SC5_BRIGHTNESS 0x4a /**< SC5 Brightness */ | 127 #define MIDI_CTL_SC5_BRIGHTNESS 0x4a /**< SC5 Brightness */ |
128 #define MIDI_CTL_SC6 0x4b /**< SC6 */ | 128 #define MIDI_CTL_SC6 0x4b /**< SC6 */ |
129 #define MIDI_CTL_SC7 0x4c /**< SC7 */ | 129 #define MIDI_CTL_SC7 0x4c /**< SC7 */ |
130 #define MIDI_CTL_SC8 0x4d /**< SC8 */ | 130 #define MIDI_CTL_SC8 0x4d /**< SC8 */ |
131 #define MIDI_CTL_SC9 0x4e /**< SC9 */ | 131 #define MIDI_CTL_SC9 0x4e /**< SC9 */ |
132 #define MIDI_CTL_SC10 0x4f /**< SC10 */ | 132 #define MIDI_CTL_SC10 0x4f /**< SC10 */ |
133 #define MIDI_CTL_GENERAL_PURPOSE5 0x50 /**< General purpose 5 */ | 133 #define MIDI_CTL_GENERAL_PURPOSE5 0x50 /**< General purpose 5 */ |
134 #define MIDI_CTL_GENERAL_PURPOSE6 0x51 /**< General purpose 6 */ | 134 #define MIDI_CTL_GENERAL_PURPOSE6 0x51 /**< General purpose 6 */ |
135 #define MIDI_CTL_GENERAL_PURPOSE7 0x52 /**< General purpose 7 */ | 135 #define MIDI_CTL_GENERAL_PURPOSE7 0x52 /**< General purpose 7 */ |
136 #define MIDI_CTL_GENERAL_PURPOSE8 0x53 /**< General purpose 8 */ | 136 #define MIDI_CTL_GENERAL_PURPOSE8 0x53 /**< General purpose 8 */ |
137 #define MIDI_CTL_PORTAMENTO_CONTROL 0x54 /**< Portamento control */ | 137 #define MIDI_CTL_PORTAMENTO_CONTROL 0x54 /**< Portamento control */ |
138 #define MIDI_CTL_E1_REVERB_DEPTH 0x5b /**< E1 Reverb Depth */ | 138 #define MIDI_CTL_E1_REVERB_DEPTH 0x5b /**< E1 Reverb Depth */ |
139 #define MIDI_CTL_E2_TREMOLO_DEPTH 0x5c /**< E2 Tremolo Depth */ | 139 #define MIDI_CTL_E2_TREMOLO_DEPTH 0x5c /**< E2 Tremolo Depth */ |
140 #define MIDI_CTL_E3_CHORUS_DEPTH 0x5d /**< E3 Chorus Depth */ | 140 #define MIDI_CTL_E3_CHORUS_DEPTH 0x5d /**< E3 Chorus Depth */ |
141 #define MIDI_CTL_E4_DETUNE_DEPTH 0x5e /**< E4 Detune Depth */ | 141 #define MIDI_CTL_E4_DETUNE_DEPTH 0x5e /**< E4 Detune Depth */ |
142 #define MIDI_CTL_E5_PHASER_DEPTH 0x5f /**< E5 Phaser Depth */ | 142 #define MIDI_CTL_E5_PHASER_DEPTH 0x5f /**< E5 Phaser Depth */ |
143 #define MIDI_CTL_DATA_INCREMENT 0x60 /**< Data Increment */ | 143 #define MIDI_CTL_DATA_INCREMENT 0x60 /**< Data Increment */ |
144 #define MIDI_CTL_DATA_DECREMENT 0x61 /**< Data Decrement */ | 144 #define MIDI_CTL_DATA_DECREMENT 0x61 /**< Data Decrement */ |
145 #define MIDI_CTL_NONREG_PARM_NUM_LSB 0x62 /**< Non-registered parameter number */ | 145 #define MIDI_CTL_NONREG_PARM_NUM_LSB 0x62 /**< Non-registered parameter number */ |
146 #define MIDI_CTL_NONREG_PARM_NUM_MSB 0x63 /**< Non-registered parameter number */ | 146 #define MIDI_CTL_NONREG_PARM_NUM_MSB 0x63 /**< Non-registered parameter number */ |
147 #define MIDI_CTL_REGIST_PARM_NUM_LSB 0x64 /**< Registered parameter number */ | 147 #define MIDI_CTL_REGIST_PARM_NUM_LSB 0x64 /**< Registered parameter number */ |
148 #define MIDI_CTL_REGIST_PARM_NUM_MSB 0x65 /**< Registered parameter number */ | 148 #define MIDI_CTL_REGIST_PARM_NUM_MSB 0x65 /**< Registered parameter number */ |
149 #define MIDI_CTL_ALL_SOUNDS_OFF 0x78 /**< All sounds off */ | 149 #define MIDI_CTL_ALL_SOUNDS_OFF 0x78 /**< All sounds off */ |
150 #define MIDI_CTL_RESET_CONTROLLERS 0x79 /**< Reset Controllers */ | 150 #define MIDI_CTL_RESET_CONTROLLERS 0x79 /**< Reset Controllers */ |
151 #define MIDI_CTL_LOCAL_CONTROL_SWITCH 0x7a /**< Local control switch */ | 151 #define MIDI_CTL_LOCAL_CONTROL_SWITCH 0x7a /**< Local control switch */ |
152 #define MIDI_CTL_ALL_NOTES_OFF 0x7b /**< All notes off */ | 152 #define MIDI_CTL_ALL_NOTES_OFF 0x7b /**< All notes off */ |
153 #define MIDI_CTL_OMNI_OFF 0x7c /**< Omni off */ | 153 #define MIDI_CTL_OMNI_OFF 0x7c /**< Omni off */ |
154 #define MIDI_CTL_OMNI_ON 0x7d /**< Omni on */ | 154 #define MIDI_CTL_OMNI_ON 0x7d /**< Omni on */ |
155 #define MIDI_CTL_MONO1 0x7e /**< Mono1 */ | 155 #define MIDI_CTL_MONO1 0x7e /**< Mono1 */ |
156 #define MIDI_CTL_MONO2 0x7f /**< Mono2 */ | 156 #define MIDI_CTL_MONO2 0x7f /**< Mono2 */ |
157 | 157 |
158 /** \} */ | 158 /** \} */ |
159 | 159 |
160 /** \} */ | 160 /** \} */ |
161 | 161 |