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

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

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

revision 1509 by capela, Thu Nov 22 11:10:44 2007 UTC revision 1527 by schoenebeck, Mon Nov 26 16:00:21 2007 UTC
# Line 69  qsamplerOptions::qsamplerOptions (void) Line 69  qsamplerOptions::qsamplerOptions (void)
69          bStdoutCapture   = m_settings.value("/StdoutCapture", true).toBool();          bStdoutCapture   = m_settings.value("/StdoutCapture", true).toBool();
70          bCompletePath    = m_settings.value("/CompletePath", true).toBool();          bCompletePath    = m_settings.value("/CompletePath", true).toBool();
71          iMaxRecentFiles  = m_settings.value("/MaxRecentFiles", 5).toInt();          iMaxRecentFiles  = m_settings.value("/MaxRecentFiles", 5).toInt();
72    // if libgig provides a fast way to retrieve instrument names even for large
73    // .gig files, then we enable this feature by default
74    #if HAVE_LIBGIG_SETAUTOLOAD
75            bInstrumentNames = m_settings.value("/InstrumentNames", true).toBool();
76    #else
77          bInstrumentNames = m_settings.value("/InstrumentNames", false).toBool();          bInstrumentNames = m_settings.value("/InstrumentNames", false).toBool();
78    #endif
79          m_settings.endGroup();          m_settings.endGroup();
80    
81          // And go into view options group.          // And go into view options group.

Legend:
Removed from v.1509  
changed lines
  Added in v.1527

  ViewVC Help
Powered by ViewVC