/[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 3068 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC revision 3177 by schoenebeck, Thu May 11 20:59:46 2017 UTC
# Line 49  class LinuxSamplerPlugin : public LinuxS Line 49  class LinuxSamplerPlugin : public LinuxS
49    
50      private:      private:
51          void* pApp;          void* pApp;
52            class LSPluginPrivate* priv;
53    
54          void __onSamplesToBeRemoved(std::list<gig::Sample*> lSamples);          void __onSamplesToBeRemoved(std::list<gig::Sample*> lSamples);
55          void __onVirtualKeyboardKeyHit(int Key, int Velocity);          void __onVirtualKeyboardKeyHit(int Key, int Velocity);
56          void __onVirtualKeyboardKeyReleased(int Key, int Velocity);          void __onVirtualKeyboardKeyReleased(int Key, int Velocity);
57          void __requestSamplerToSwitchInstrument(gig::Instrument* pInstrument);          void __requestSamplerToSwitchInstrument(gig::Instrument* pInstrument);
58          bool __onPollPeriod();          bool __onPollPeriod();
59            void __onDimRegionToBeChanged(gig::DimensionRegion* pDimRgn);
60            void __onDimRegionChanged(gig::DimensionRegion* pDimRgn);
61            void __onDimRegionChangedDebounced();
62  };  };
63    
64  #endif // GIGEDIT_LINUXSAMPLER_PLUGIN_H  #endif // GIGEDIT_LINUXSAMPLER_PLUGIN_H

Legend:
Removed from v.3068  
changed lines
  Added in v.3177

  ViewVC Help
Powered by ViewVC