/[svn]/libgig/trunk/src/tools/wav2gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/tools/wav2gig.cpp

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

revision 3983 by schoenebeck, Tue Aug 3 16:05:32 2021 UTC revision 3989 by schoenebeck, Sat Aug 28 13:46:54 2021 UTC
# Line 364  static gig::Sample* createSample(gig::Fi Line 364  static gig::Sample* createSample(gig::Fi
364              s->LoopPlayCount = wav->sfinst.loops[0].count;              s->LoopPlayCount = wav->sfinst.loops[0].count;
365              s->LoopSize = s->LoopEnd - s->LoopStart + 1;              s->LoopSize = s->LoopEnd - s->LoopStart + 1;
366          }          }
367        } else {
368            s->MIDIUnityNote = wav->note;
369      }      }
370    
371      // schedule for resize (will be performed when gig->Save() is called)      // schedule for resize (will be performed when gig->Save() is called)

Legend:
Removed from v.3983  
changed lines
  Added in v.3989

  ViewVC Help
Powered by ViewVC