--- qsampler/trunk/src/qsamplerOptions.h 2005/01/18 11:29:01 341 +++ qsampler/trunk/src/qsamplerOptions.h 2007/11/01 17:14:21 1464 @@ -1,7 +1,8 @@ // qsamplerOptions.h // /**************************************************************************** - Copyright (C) 2003-2005, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2007, Christian Schoenebeck This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -13,9 +14,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *****************************************************************************/ @@ -23,6 +24,7 @@ #define __qsamplerOptions_h #include +#include class QWidget; class QComboBox; @@ -70,6 +72,7 @@ bool bMessagesLimit; int iMessagesLimitLines; bool bConfirmRemove; + bool bKeepOnTop; bool bStdoutCapture; bool bCompletePath; bool bInstrumentNames; @@ -86,6 +89,11 @@ QString sEngineName; QString sAudioDriver; QString sMidiDriver; + int iMidiMap; + int iMidiBank; + int iMidiProg; + int iVolume; + int iLoadMode; // Recent file list. int iMaxRecentFiles;