/[svn]/qsampler/trunk/src/qsamplerOptions.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptions.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 119 by capela, Wed Jun 9 20:24:48 2004 UTC revision 980 by capela, Sun Dec 17 22:29:29 2006 UTC
# Line 1  Line 1 
1  // qsamplerOptions.h  // qsamplerOptions.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2003-2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.
5    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
7     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 13  Line 13 
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     GNU General Public License for more details.     GNU General Public License for more details.
15    
16     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
17     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
18     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19    
20  *****************************************************************************/  *****************************************************************************/
21    
# Line 62  public: Line 62  public:
62    
63      // Display options...      // Display options...
64      QString sDisplayFont;      QString sDisplayFont;
65        bool    bDisplayEffect;
66      bool    bAutoRefresh;      bool    bAutoRefresh;
67      int     iAutoRefreshTime;      int     iAutoRefreshTime;
68      int     iMaxVolume;      int     iMaxVolume;
# Line 69  public: Line 70  public:
70      bool    bMessagesLimit;      bool    bMessagesLimit;
71      int     iMessagesLimitLines;      int     iMessagesLimitLines;
72      bool    bConfirmRemove;      bool    bConfirmRemove;
73        bool    bKeepOnTop;
74      bool    bStdoutCapture;      bool    bStdoutCapture;
75      bool    bCompletePath;      bool    bCompletePath;
76        bool    bInstrumentNames;
77    
78      // View options...      // View options...
79      bool    bMenubar;      bool    bMenubar;
# Line 81  public: Line 84  public:
84      // Default options...      // Default options...
85      QString sSessionDir;      QString sSessionDir;
86      QString sInstrumentDir;      QString sInstrumentDir;
87        QString sEngineName;
88        QString sAudioDriver;
89        QString sMidiDriver;
90            int     iMidiMap;
91            int     iMidiBank;
92            int     iMidiProg;
93            int     iVolume;
94            int     iLoadMode;
95    
96      // Recent file list.      // Recent file list.
97      int     iMaxRecentFiles;      int     iMaxRecentFiles;

Legend:
Removed from v.119  
changed lines
  Added in v.980

  ViewVC Help
Powered by ViewVC