/[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 1376 by schoenebeck, Wed Oct 3 19:15:47 2007 UTC revision 1660 by schoenebeck, Sun Feb 3 00:19:55 2008 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2007 Andreas Persson   * Copyright (C) 2007, 2008 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 34  class LinuxSamplerPlugin : public LinuxS Line 34  class LinuxSamplerPlugin : public LinuxS
34          virtual String Name();          virtual String Name();
35          virtual String Version();          virtual String Version();
36          virtual String Description();          virtual String Description();
37            virtual ~LinuxSamplerPlugin();
38    
39      private:      private:
40            void* pApp;
41    
42          void __onSamplesToBeRemoved(std::list<gig::Sample*> lSamples);          void __onSamplesToBeRemoved(std::list<gig::Sample*> lSamples);
43            void __onVirtualKeyboardKeyHit(int Key, int Velocity);
44            void __onVirtualKeyboardKeyReleased(int Key, int Velocity);
45            bool __onPollPeriod();
46  };  };
47    
48  #endif // GIGEDIT_LINUXSAMPLER_PLUGIN_H  #endif // GIGEDIT_LINUXSAMPLER_PLUGIN_H

Legend:
Removed from v.1376  
changed lines
  Added in v.1660

  ViewVC Help
Powered by ViewVC