/[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 2773 - (hide annotations) (download)
Fri Jun 12 17:57:52 2015 UTC (8 years, 10 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 schoenebeck 2541 /*
2 schoenebeck 2689 Copyright (c) 2014-2015 Christian Schoenebeck
3 schoenebeck 2541
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 schoenebeck 2689 syncSamplerInstrumentSelection = true;
19 schoenebeck 2773 moveRootNoteWithRegionMoved = true;
20 schoenebeck 2541 }

  ViewVC Help
Powered by ViewVC