/[svn]/linuxsampler/trunk/src/engines/sf2/SF2SignalUnitRack.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sf2/SF2SignalUnitRack.cpp

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

revision 3034 by schoenebeck, Mon Oct 31 00:05:00 2016 UTC revision 3118 by schoenebeck, Fri Apr 21 13:33:03 2017 UTC
# Line 151  namespace LinuxSampler { namespace sf2 { Line 151  namespace LinuxSampler { namespace sf2 {
151              start_level_min,              start_level_min,
152              1, 0, false, samplerate              1, 0, false, samplerate
153          );          );
154          update(0);          updateByMIDICtrlValue(0);
155      }      }
156    
157      void ModLfoUnit::Increment() {      void ModLfoUnit::Increment() {
# Line 178  namespace LinuxSampler { namespace sf2 { Line 178  namespace LinuxSampler { namespace sf2 {
178              pVoice->pRegion->GetVibLfoToPitch(pVoice->pPresetRegion),              pVoice->pRegion->GetVibLfoToPitch(pVoice->pPresetRegion),
179              0, false, samplerate              0, false, samplerate
180          );          );
181          update(0);          updateByMIDICtrlValue(0);
182      }      }
183    
184      void VibLfoUnit::Increment() {      void VibLfoUnit::Increment() {

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

  ViewVC Help
Powered by ViewVC