Yet more cleaning in src/sound
This commit is contained in:
@@ -285,7 +285,7 @@ const device_t rtmidi_output_device = {
|
||||
.init = rtmidi_output_init,
|
||||
.close = rtmidi_output_close,
|
||||
.reset = NULL,
|
||||
{ .available = rtmidi_out_get_num_devs },
|
||||
.available = rtmidi_out_get_num_devs,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = system_midi_config
|
||||
@@ -299,7 +299,7 @@ const device_t rtmidi_input_device = {
|
||||
.init = rtmidi_input_init,
|
||||
.close = rtmidi_input_close,
|
||||
.reset = NULL,
|
||||
{ .available = rtmidi_in_get_num_devs },
|
||||
.available = rtmidi_in_get_num_devs,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = midi_input_config
|
||||
|
||||
Reference in New Issue
Block a user