/[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 1137 by persson, Sat Mar 24 13:05:58 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      NumEntryX<uint16_t, gig::Instrument> eMIDIBank;      StringEntry eName;
67      NumEntryX<uint32_t, gig::Instrument> eMIDIProgram;      BoolEntry eIsDrum;
68      NumEntryTemp<int32_t, gig::Instrument> eAttenuation;      NumEntryTemp<uint16_t> eMIDIBank;
69      NumEntryTemp<uint16_t, gig::Instrument> eEffectSend;      NumEntryTemp<uint32_t> eMIDIProgram;
70      NumEntryTemp<int16_t, gig::Instrument> eFineTune;      NumEntryGain eAttenuation;
71      BoolEntry<gig::Instrument> ePianoReleaseMode;      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.1137  
changed lines
  Added in v.1138

  ViewVC Help
Powered by ViewVC