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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2689 - (show annotations) (download)
Sun Jan 4 17:19:19 2015 UTC (9 years, 3 months ago) by schoenebeck
File size: 391 byte(s)
* Automatically switch the sampler's (audible) instrument (in live-mode)
  whenever another instrument was selected in gigedit (this default
  behavior can be switched off in the settings menu of gigedit).

1 /*
2 Copyright (c) 2014-2015 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 syncSamplerInstrumentSelection = true;
19 }

  ViewVC Help
Powered by ViewVC