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

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

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

revision 1265 by persson, Sun Jul 29 13:44:59 2007 UTC revision 1359 by schoenebeck, Sun Sep 30 18:30:52 2007 UTC
# Line 38  public: Line 38  public:
38      void set_dim_region(gig::DimensionRegion* d);      void set_dim_region(gig::DimensionRegion* d);
39      bool set_sample(gig::Sample* sample);      bool set_sample(gig::Sample* sample);
40      Gtk::Entry* wSample;      Gtk::Entry* wSample;
41      sigc::signal<void> signal_dimreg_changed() {      sigc::signal<void, gig::DimensionRegion*>& signal_dimreg_to_be_changed();
42          return dimreg_changed_signal;      sigc::signal<void, gig::DimensionRegion*>& signal_dimreg_changed();
43      }      sigc::signal<void, gig::Sample*/*old*/, gig::Sample*/*new*/>& signal_sample_ref_changed();
44    
45  protected:  protected:
46      sigc::signal<void> dimreg_changed_signal;      sigc::signal<void, gig::DimensionRegion*> dimreg_to_be_changed_signal;
47        sigc::signal<void, gig::DimensionRegion*> dimreg_changed_signal;
48        sigc::signal<void, gig::Sample*/*old*/, gig::Sample*/*new*/> sample_ref_changed_signal;
49      sigc::signal<void> instrument_changed;      sigc::signal<void> instrument_changed;
50    
51      gig::DimensionRegion* dimregion;      gig::DimensionRegion* dimregion;
# Line 143  protected: Line 145  protected:
145      BoolEntry eSampleLoopInfinite;      BoolEntry eSampleLoopInfinite;
146      NumEntryTemp<uint32_t> eSampleLoopPlayCount;      NumEntryTemp<uint32_t> eSampleLoopPlayCount;
147    
148        sigc::connection connection_eVCFCutoffController;
149        sigc::connection connection_eVCFVelocityCurve;
150        sigc::connection connection_eVCFVelocityScale;
151        sigc::connection connection_eVCFVelocityDynamicRange;
152        sigc::connection connection_eVelocityResponseCurve;
153        sigc::connection connection_eVelocityResponseDepth;
154        sigc::connection connection_eVelocityResponseCurveScaling;
155        sigc::connection connection_eReleaseVelocityResponseCurve;
156        sigc::connection connection_eReleaseVelocityResponseDepth;
157        sigc::connection connection_eGain;
158    
159      int rowno;      int rowno;
160      int pageno;      int pageno;
161      int firstRowInBlock;      int firstRowInBlock;

Legend:
Removed from v.1265  
changed lines
  Added in v.1359

  ViewVC Help
Powered by ViewVC