SB MIDI to DSP MIDI.

This commit is contained in:
OBattler
2024-11-10 02:26:09 +01:00
parent 55b091fb58
commit d4bbb523c0
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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