/[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 1657 by schoenebeck, Sat Feb 2 08:40:36 2008 UTC revision 1660 by schoenebeck, Sun Feb 3 00:19:55 2008 UTC
# Line 40  class LinuxSamplerPlugin : public LinuxS Line 40  class LinuxSamplerPlugin : public LinuxS
40          void* pApp;          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();          bool __onPollPeriod();
46  };  };
47    

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

  ViewVC Help
Powered by ViewVC