From 7a5f9fc08ea4f25cd20e743a9a1ef5566246cf2c Mon Sep 17 00:00:00 2001 From: Marcelo Fernandez Date: Sat, 14 Jul 2018 09:11:28 -0300 Subject: Added a new MIDIDriver class --- core/os/os.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/os/os.h') diff --git a/core/os/os.h b/core/os/os.h index 4e0cb003fb..dd783408e8 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -189,6 +189,8 @@ public: virtual int get_audio_driver_count() const; virtual const char *get_audio_driver_name(int p_driver) const; + virtual PoolStringArray get_connected_midi_inputs(); + virtual int get_screen_count() const { return 1; } virtual int get_current_screen() const { return 0; } virtual void set_current_screen(int p_screen) {} -- cgit v1.2.3