/[svn]/linuxsampler/trunk/src/engines/sfz/LookupTable.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/LookupTable.cpp

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

revision 2837 by persson, Sun Aug 23 06:14:00 2015 UTC revision 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC
# Line 234  namespace sfz { Line 234  namespace sfz {
234          }          }
235          ccargs[ccs.size()] = -1;          ccargs[ccs.size()] = -1;
236    
237          int nbDimensions = dims.size() + ccs.size();          int nbDimensions = int(dims.size() + ccs.size());
238          int* len = new int[nbDimensions];          int* len = new int[nbDimensions];
239          mapArr = new int*[nbDimensions];          mapArr = new int*[nbDimensions];
240    

Legend:
Removed from v.2837  
changed lines
  Added in v.3054

  ViewVC Help
Powered by ViewVC