/[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 3492 by schoenebeck, Thu Mar 7 12:34:44 2019 UTC revision 4015 by schoenebeck, Mon Jan 3 15:10:25 2022 UTC
# Line 696  namespace sfz Line 696  namespace sfz
696          /// Load an existing SFZ file          /// Load an existing SFZ file
697          File(std::string file, SampleManager* pSampleManager = NULL);          File(std::string file, SampleManager* pSampleManager = NULL);
698          void parseFile(std::string file, SampleManager* pSampleManager);          void parseFile(std::string file, SampleManager* pSampleManager);
699            std::string filename() const;
700          virtual ~File();          virtual ~File();
701    
702          /// Returns a pointer to the instrument object          /// Returns a pointer to the instrument object
# Line 712  namespace sfz Line 713  namespace sfz
713          int   ToInt(const std::string& s) throw(LinuxSampler::Exception);          int   ToInt(const std::string& s) throw(LinuxSampler::Exception);
714          float ToFloat(const std::string& s) throw(LinuxSampler::Exception);          float ToFloat(const std::string& s) throw(LinuxSampler::Exception);
715    
716            std::string rootFile;
717          int currentLine;          int currentLine;
718          std::string currentDir;          std::string currentDir;
719          /// Pointer to the Instrument belonging to this file          /// Pointer to the Instrument belonging to this file

Legend:
Removed from v.3492  
changed lines
  Added in v.4015

  ViewVC Help
Powered by ViewVC