/[svn]/gigedit/trunk/src/plugin/linuxsamplerplugin.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/plugin/linuxsamplerplugin.cpp

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

revision 1680 by schoenebeck, Tue Feb 12 14:14:26 2008 UTC revision 1853 by schoenebeck, Sun Mar 1 22:26:36 2009 UTC
# Line 97  int LinuxSamplerPlugin::Main(void* pInst Line 97  int LinuxSamplerPlugin::Main(void* pInst
97              "gig::DimensionRegion"              "gig::DimensionRegion"
98          )          )
99      );      );
100        app->signal_sample_changed().connect(
101            sigc::bind(
102                sigc::mem_fun(
103                    *this, &LinuxSamplerPlugin::NotifyDataStructureChanged
104                ),
105                "gig::Sample"
106            )
107        );
108      app->signal_sample_ref_changed().connect(      app->signal_sample_ref_changed().connect(
109          sigc::mem_fun(*this, &LinuxSamplerPlugin::NotifySampleReferenceChanged)          sigc::mem_fun(*this, &LinuxSamplerPlugin::NotifySampleReferenceChanged)
110      );      );

Legend:
Removed from v.1680  
changed lines
  Added in v.1853

  ViewVC Help
Powered by ViewVC