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

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

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

revision 2057 by persson, Sat Jan 30 10:30:02 2010 UTC revision 2058 by persson, Sun Feb 14 11:40:49 2010 UTC
# Line 483  namespace sfz Line 483  namespace sfz
483      private:      private:
484          void  push_header(std::string token);          void  push_header(std::string token);
485          void  push_opcode(std::string token);          void  push_opcode(std::string token);
486          int   parseInt(std::string value);          int parseKey(const std::string& value);
         float parseFloat(std::string value);  
487          EG& eg(int x);          EG& eg(int x);
488          EGNode& egnode(int x, int y);          EGNode& egnode(int x, int y);
489    

Legend:
Removed from v.2057  
changed lines
  Added in v.2058

  ViewVC Help
Powered by ViewVC