/[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 1876 by schoenebeck, Sun Feb 3 00:19:55 2008 UTC revision 1877 by schoenebeck, Fri Mar 27 12:18:12 2009 UTC
# Line 29  Line 29 
29  class LinuxSamplerPlugin : public LinuxSampler::InstrumentEditor {  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); // old LS plugin API entry point
33            virtual int Main(void* pInstrument, String sTypeName, String sTypeVersion, void* pUserData); // new LS plugin API entry point
34          virtual bool IsTypeSupported(String sTypeName, String sTypeVersion);          virtual bool IsTypeSupported(String sTypeName, String sTypeVersion);
35          virtual String Name();          virtual String Name();
36          virtual String Version();          virtual String Version();

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

  ViewVC Help
Powered by ViewVC