/[svn]/gigedit/trunk/src/gigedit/Settings.cpp
ViewVC logotype

Annotation of /gigedit/trunk/src/gigedit/Settings.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2541 - (hide annotations) (download)
Wed Apr 23 16:49:05 2014 UTC (10 years ago) by schoenebeck
File size: 343 byte(s)
* Mark all recently added new leverage controllers (which are an
  unofficial gig sound format extension, only understood by
  LinuxSampler so far, not by GSt) with a "[EXT]" tag and show
  the user a warning dialog in case he tries to use one of those
  new controller types (warning can be switched off from menu).

1 schoenebeck 2541 /*
2     Copyright (c) 2014 Christian Schoenebeck
3    
4     This file is part of "gigedit" and released under the terms of the
5     GNU General Public License version 2.
6     */
7    
8     #include "Settings.h"
9    
10     static Settings _instance;
11    
12     Settings* Settings::singleton() {
13     return &_instance;
14     }
15    
16     Settings::Settings() {
17     warnUserOnExtensions = true;
18     }

  ViewVC Help
Powered by ViewVC