/[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 1116 by persson, Sun Mar 18 17:15:00 2007 UTC revision 1117 by persson, Sat Mar 24 13:05:58 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;
67        NumEntryX<uint32_t, gig::Instrument> eMIDIProgram;
68        NumEntryTemp<int32_t, gig::Instrument> eAttenuation;
69        NumEntryTemp<uint16_t, gig::Instrument> eEffectSend;
70        NumEntryTemp<int16_t, gig::Instrument> eFineTune;
71        BoolEntry<gig::Instrument> ePianoReleaseMode;
72  };  };
73    
74  class LoadDialog : public Gtk::Dialog {  class LoadDialog : public Gtk::Dialog {

Legend:
Removed from v.1116  
changed lines
  Added in v.1117

  ViewVC Help
Powered by ViewVC