aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop/qmpdevpropdialog.cpp
AgeCommit message (Collapse)Author
2019-11-16Even more fixes for Microsoft(R) Windows(R) operating system.Gravatar Chris Xiong
Device initalization file dialog doesn't work correctly on Windows. Make hiding console an option on Windows. For some dumb reason preset selection dialog refuses to work if no soundfont is selected.
2019-10-08Eliminated the last use of widgets in QTableWidget.Gravatar Chris Xiong
2019-10-08Continue reducing usage of widgets in QTableWidget.Gravatar Chris Xiong
2019-07-01Use splitter in preset selection dialog.Gravatar Chris Xiong
Device initialization settings are no longer lost if QMidiPlayer starts with the device disconnected.
2019-06-18Device initialization file implementation (part 1).Gravatar Chris Xiong
Added UI for external device configuration. Instrument mapping portion of the device intialization file is now working. Fixed a few spots where return value of getChannelPreset() is ignored. Fixed layout of the preset selection dialog.