/[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 1876 by schoenebeck, Sun Mar 1 22:26:36 2009 UTC revision 1877 by schoenebeck, Fri Mar 27 12:18:12 2009 UTC
# Line 37  LinuxSamplerPlugin::~LinuxSamplerPlugin( Line 37  LinuxSamplerPlugin::~LinuxSamplerPlugin(
37      if (pApp) delete (GigEdit*) pApp;      if (pApp) delete (GigEdit*) pApp;
38  }  }
39    
40    int LinuxSamplerPlugin::Main(void* pInstrument, String sTypeName, String sTypeVersion, void* /*pUserData*/) {
41        return Main(pInstrument, sTypeName, sTypeVersion);
42    }
43    
44  int LinuxSamplerPlugin::Main(void* pInstrument, String sTypeName, String sTypeVersion) {  int LinuxSamplerPlugin::Main(void* pInstrument, String sTypeName, String sTypeVersion) {
45      std::cout << "Entered Gigedit Main() loop :)\n" << std::flush;      std::cout << "Entered Gigedit Main() loop :)\n" << std::flush;
46      gig::Instrument* pGigInstr = static_cast<gig::Instrument*>(pInstrument);      gig::Instrument* pGigInstr = static_cast<gig::Instrument*>(pInstrument);

Legend:
Removed from v.1876  
changed lines
  Added in v.1877

  ViewVC Help
Powered by ViewVC