2 * Copyright 2014, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
10 #include "MediaViews.h"
14 class MidiSettingsView
: public SettingsView
{
17 virtual void AttachedToWindow();
18 virtual void MessageReceived(BMessage
* message
);
21 void _RetrieveSoftSynthList();
28 #endif /* MIDIVIEW_H_ */