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

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

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

revision 1654 by schoenebeck, Wed Jan 30 02:20:48 2008 UTC revision 1656 by schoenebeck, Sat Feb 2 08:18:19 2008 UTC
# Line 23  Line 23 
23  #include <config.h>  #include <config.h>
24    
25  #include <linuxsampler/plugins/InstrumentEditor.h>  #include <linuxsampler/plugins/InstrumentEditor.h>
 #include "../gigedit/gigedit.h"  
26    
27  #include <gig.h>  #include <gig.h>
28    
29  class LinuxSamplerPlugin : public LinuxSampler::InstrumentEditor, public GigEditJob {  class LinuxSamplerPlugin : public LinuxSampler::InstrumentEditor {
30      public:      public:
31          LinuxSamplerPlugin();          LinuxSamplerPlugin();
32          virtual int Main(void* pInstrument, String sTypeName, String sTypeVersion);          virtual int Main(void* pInstrument, String sTypeName, String sTypeVersion);
# Line 43  class LinuxSamplerPlugin : public LinuxS Line 42  class LinuxSamplerPlugin : public LinuxS
42          void* pApp;          void* pApp;
43    
44          void __onSamplesToBeRemoved(std::list<gig::Sample*> lSamples);          void __onSamplesToBeRemoved(std::list<gig::Sample*> lSamples);
45            bool __onPollPeriod();
46  };  };
47    
48  #endif // GIGEDIT_LINUXSAMPLER_PLUGIN_H  #endif // GIGEDIT_LINUXSAMPLER_PLUGIN_H

Legend:
Removed from v.1654  
changed lines
  Added in v.1656

  ViewVC Help
Powered by ViewVC