/[svn]/linuxsampler/trunk/src/engines/sfz/SfzSignalUnitRack.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/SfzSignalUnitRack.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3117 by schoenebeck, Mon Jan 9 18:39:35 2017 UTC revision 3118 by schoenebeck, Fri Apr 21 13:33:03 2017 UTC
# Line 249  namespace LinuxSampler { namespace sfz { Line 249  namespace LinuxSampler { namespace sfz {
249              LfoBase(float Max): T(Max) { }              LfoBase(float Max): T(Max) { }
250              virtual float Render() { return T::render(); }              virtual float Render() { return T::render(); }
251                            
252              virtual void Update(const uint16_t& ExtControlValue) { T::update(ExtControlValue); }              virtual void Update(const uint16_t& ExtControlValue) { T::updateByMIDICtrlValue(ExtControlValue); }
253                            
254              virtual void Trigger (              virtual void Trigger (
255                  float Frequency, start_level_t StartLevel, uint16_t InternalDepth,                  float Frequency, start_level_t StartLevel, uint16_t InternalDepth,

Legend:
Removed from v.3117  
changed lines
  Added in v.3118

  ViewVC Help
Powered by ViewVC