GuiApplication is the root for every GUI elements. It initializes the followings:
GuiApplication
Style elements
LmmsStyle:
LmmsStyle
LmmsPalette:
LmmsPalette
The main window
MainWindow(m_mainWindow):
MainWindow
m_mainWindow
Editor windows
SongEditorWindow(m_songEditor):
SongEditorWindow
m_songEditor
BBEditor(m_bbEditor):
BBEditor
m_bbEditor
PianoRollWindow(m_pianoRoll):
PianoRollWindow
m_pianoRoll
AutomationEditorWindow(m_automationEditor):
AutomationEditorWindow
m_automationEditor
Other window components
FxMixerView(m_fxMixerView):
FxMixerView
m_fxMixerView
ControllerRackView(m_controllerRackView):
ControllerRackView
m_controllerRackView
ProjectNotes(m_projectNotes):
ProjectNotes
m_projectNotes
Last updated 5 years ago
Was this helpful?