We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ed93d2 + 75b07f2 commit c0ff06eCopy full SHA for c0ff06e
1 file changed
src/sound/soundbase.cpp
@@ -24,18 +24,6 @@
24
25
#include "soundbase.h"
26
27
-// This is used as a lookup table for parsing option letters, mapping
28
-// a single character to an EMidiCtlType
29
-char const sMidiCtlChar[] = {
30
- // Has to follow order of EMidiCtlType
31
- /* [EMidiCtlType::Fader] = */ 'f',
32
- /* [EMidiCtlType::Pan] = */ 'p',
33
- /* [EMidiCtlType::Solo] = */ 's',
34
- /* [EMidiCtlType::Mute] = */ 'm',
35
- /* [EMidiCtlType::MuteMyself] = */ 'o',
36
- /* [EMidiCtlType::Device] = */ 'd',
37
- /* [EMidiCtlType::None] = */ '\0' };
38
-
39
/* Implementation *************************************************************/
40
CSoundBase::CSoundBase ( const QString& strNewSystemDriverTechniqueName,
41
void ( *fpNewProcessCallback ) ( CVector<int16_t>& psData, void* pParg ),
0 commit comments