2 * Copyright 2014-2017, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
12 #include "MediaViews.h"
18 class MidiSettingsView
: public SettingsView
{
22 virtual void AttachedToWindow();
23 virtual void DetachedFromWindow();
24 virtual void MessageReceived(BMessage
* message
);
27 void _RetrieveSoundFontList();
31 void _SelectActiveSoundFont();
32 BString
_SelectedSoundFont() const;
33 void _UpdateSoundFontStatus();
36 BString fActiveSoundFont
;
37 BStringView
* fSoundFontStatus
;
40 #endif /* MIDIVIEW_H_ */