/[svn]/linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp

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

revision 3288 by persson, Sat Mar 2 07:03:04 2013 UTC revision 3289 by schoenebeck, Fri Jun 23 12:06:00 2017 UTC
# Line 493  namespace { Line 493  namespace {
493          StateBuf = strdup(state.c_str());          StateBuf = strdup(state.c_str());
494          *data = StateBuf;          *data = StateBuf;
495          dmsg(2, ("<--getChunk\n"));          dmsg(2, ("<--getChunk\n"));
496          return state.length() + 1;          return (VstInt32) state.length() + 1;
497      }      }
498    
499    

Legend:
Removed from v.3288  
changed lines
  Added in v.3289

  ViewVC Help
Powered by ViewVC