/[svn]/gigedit/trunk/src/mainwindow.h
ViewVC logotype

Diff of /gigedit/trunk/src/mainwindow.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1104 by persson, Sun Mar 18 17:15:00 2007 UTC revision 1138 by persson, Sat Mar 31 09:33:40 2007 UTC
# Line 63  protected: Line 63  protected:
63      Gtk::Label label[10];      Gtk::Label label[10];
64      Gtk::Entry entry[8];      Gtk::Entry entry[8];
65      Gtk::CheckButton check[2];      Gtk::CheckButton check[2];
66        StringEntry eName;
67        BoolEntry eIsDrum;
68        NumEntryTemp<uint16_t> eMIDIBank;
69        NumEntryTemp<uint32_t> eMIDIProgram;
70        NumEntryGain eAttenuation;
71        BoolEntryPlus6 eGainPlus6;
72        NumEntryTemp<uint16_t> eEffectSend;
73        NumEntryTemp<int16_t> eFineTune;
74        NumEntryTemp<uint16_t> ePitchbendRange;
75        BoolEntry ePianoReleaseMode;
76        NoteEntry eDimensionKeyRangeLow;
77        NoteEntry eDimensionKeyRangeHigh;
78        int rowno;
79        void add_prop(LabelWidget& prop);
80        void key_range_low_changed();
81        void key_range_high_changed();
82  };  };
83    
84  class LoadDialog : public Gtk::Dialog {  class LoadDialog : public Gtk::Dialog {

Legend:
Removed from v.1104  
changed lines
  Added in v.1138

  ViewVC Help
Powered by ViewVC