~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to muse/gconfig.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130828162557-knls3ip7j262eepx
Tags: upstream-2.1.2
ImportĀ upstreamĀ versionĀ 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
      QColor(0x00, 0x00, 0x00),     // selected track Fg;
103
103
      
104
104
      QColor(74, 150, 194),         // midiTrackLabelBg;   // Med blue
105
 
      QColor(74, 150, 194),         // drumTrackLabelBg;   // Med blue
106
 
      QColor(74, 150, 194),         // newDrumTrackLabelBg;   // Med blue
 
105
      QColor(150, 177, 189),        // drumTrackLabelBg;   // Pale pastel blue
 
106
      QColor(116, 232, 242),        // newDrumTrackLabelBg; // Light blue
107
107
      QColor(213, 128, 202),        // waveTrackLabelBg;   // magenta
108
108
      QColor(84, 185, 58),          // outputTrackLabelBg; // green
109
109
      QColor(199, 75, 64),          // inputTrackLabelBg;  // red
110
110
      QColor(236, 214, 90),         // groupTrackLabelBg;  // yellow
111
 
      QColor(161, 234, 242),        // auxTrackLabelBg;    // Light blue
 
111
      QColor(142, 157, 6),          // auxTrackLabelBg;    // Med olive
112
112
      QColor(229, 157, 101),        // synthTrackLabelBg;  // Med orange
113
113
      
114
114
      QColor(215, 220, 230),     // midiTrackBg;
125
125
      QColor(255, 170, 0),       // ctrlGraphFg;    Medium orange
126
126
      QColor(0, 0, 0),           // mixerBg;
127
127
 
 
128
      QColor(0xe0, 0xe0, 0xe0),     // Ruler background
 
129
      QColor(0, 0, 0),              // Ruler text
 
130
      QColor(255, 255, 255),        // Midi editor canvas
 
131
      QColor(255, 255, 255),        // midiControllerViewBg
 
132
      QColor(255, 255, 255),        // drumListBg
 
133
      QColor(255, 255, 255),        // rulerCurrent
 
134
 
 
135
      Qt::lightGray,                // waveNonselectedPart
 
136
      Qt::darkGray,                 // wavePeakColor
 
137
      Qt::black,                    // waveRmsColor
 
138
      Qt::lightGray,                // wavePeakColorSelected
 
139
      Qt::white,                    // waveRmsColorSelected
 
140
 
 
141
      Qt::darkGray,                 // partWaveColorPeak
 
142
      QColor(20,20,20),             // partWaveColorRms
 
143
      QColor(54,54,54),             // partMidiDarkEventColor
 
144
      QColor(200,200,200),          // partMidiLightEventColor
 
145
 
128
146
      384,                          // division;
129
147
      1024,                         // rtcTicks
130
148
      true,                         // midiSendInit Send instrument initialization sequences
207
225
      MusEGlobal::PREFER_NEW,       // drumTrackPreference
208
226
      true,                         // smartFocus
209
227
      20,                           // trackHeight
 
228
      true                          // borderlessMouse
210
229
    };
211
230
 
212
231
} // namespace MusEGlobal