/[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 2688 by schoenebeck, Fri Mar 27 12:18:12 2009 UTC revision 2689 by schoenebeck, Sun Jan 4 17:19:19 2015 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2007, 2008 Andreas Persson   * Copyright (C) 2007 - 2015 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 43  class LinuxSamplerPlugin : public LinuxS Line 43  class LinuxSamplerPlugin : public LinuxS
43          void __onSamplesToBeRemoved(std::list<gig::Sample*> lSamples);          void __onSamplesToBeRemoved(std::list<gig::Sample*> lSamples);
44          void __onVirtualKeyboardKeyHit(int Key, int Velocity);          void __onVirtualKeyboardKeyHit(int Key, int Velocity);
45          void __onVirtualKeyboardKeyReleased(int Key, int Velocity);          void __onVirtualKeyboardKeyReleased(int Key, int Velocity);
46            void __requestSamplerToSwitchInstrument(gig::Instrument* pInstrument);
47          bool __onPollPeriod();          bool __onPollPeriod();
48  };  };
49    

Legend:
Removed from v.2688  
changed lines
  Added in v.2689

  ViewVC Help
Powered by ViewVC