SB MIDI to DSP MIDI.
This commit is contained in:
@@ -1443,7 +1443,7 @@ static const device_config_t azt1605_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "receive_input",
|
||||
.description = "Receive input (SB MIDI)",
|
||||
.description = "Receive input (DSP MIDI)",
|
||||
.type = CONFIG_BINARY,
|
||||
.default_string = "",
|
||||
.default_int = 1
|
||||
@@ -1564,7 +1564,7 @@ static const device_config_t azt2316a_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "receive_input",
|
||||
.description = "Receive input (SB MIDI)",
|
||||
.description = "Receive input (DSP MIDI)",
|
||||
.type = CONFIG_BINARY,
|
||||
.default_string = "",
|
||||
.default_int = 1
|
||||
|
||||
@@ -1515,7 +1515,7 @@ static const device_config_t gus_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "receive_input",
|
||||
.description = "Receive input (SB MIDI)",
|
||||
.description = "Receive input (DSP MIDI)",
|
||||
.type = CONFIG_BINARY,
|
||||
.default_string = "",
|
||||
.default_int = 1
|
||||
|
||||
@@ -458,7 +458,7 @@ static const device_config_t optimc_config[] = {
|
||||
// clang-format off
|
||||
{
|
||||
.name = "receive_input",
|
||||
.description = "Receive input (SB MIDI)",
|
||||
.description = "Receive input (DSP MIDI)",
|
||||
.type = CONFIG_BINARY,
|
||||
.default_string = "",
|
||||
.default_int = 1
|
||||
|
||||
Reference in New Issue
Block a user