/[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 2773 - (show annotations) (download)
Fri Jun 12 17:57:52 2015 UTC (8 years, 9 months ago) by schoenebeck
File size: 431 byte(s)
* Region Chooser: when moving a region around automatically move the
  keyboard position dependent pitch accordingly (can be turned off with
  "Settings"->"Move root key with region moved").

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 moveRootNoteWithRegionMoved = true;
20 }

  ViewVC Help
Powered by ViewVC