/[svn]/libgig/trunk/src/DLS.h
ViewVC logotype

Diff of /libgig/trunk/src/DLS.h

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

revision 1416 by schoenebeck, Sun Oct 14 12:06:32 2007 UTC revision 1953 by schoenebeck, Thu Jul 30 08:16:02 2009 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   libgig - C++ cross-platform Gigasampler format file access library    *   *   libgig - C++ cross-platform Gigasampler format file access library    *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003-2007 by Christian Schoenebeck                      *   *   Copyright (C) 2003-2009 by Christian Schoenebeck                      *
6   *                              <cuse@users.sourceforge.net>               *   *                              <cuse@users.sourceforge.net>               *
7   *                                                                         *   *                                                                         *
8   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
# Line 258  namespace DLS { Line 258  namespace DLS {
258                  uint16_t transform;                  uint16_t transform;
259                  uint32_t scale;                  uint32_t scale;
260              };              };
261              Connection() {};              Connection() {}
262              void Init(conn_block_t* Header);              void Init(conn_block_t* Header);
263              conn_block_t ToConnBlock();              conn_block_t ToConnBlock();
264              virtual ~Connection() {};              virtual ~Connection() {}
265              friend class Articulation;              friend class Articulation;
266      };      };
267    
# Line 341  namespace DLS { Line 341  namespace DLS {
341              Info*    pInfo;  ///< Points (in any case) to an <i>Info</i> object, providing additional, optional infos and comments.              Info*    pInfo;  ///< Points (in any case) to an <i>Info</i> object, providing additional, optional infos and comments.
342              dlsid_t* pDLSID; ///< Points to a <i>dlsid_t</i> structure if the file provided a DLS ID else is <i>NULL</i>.              dlsid_t* pDLSID; ///< Points to a <i>dlsid_t</i> structure if the file provided a DLS ID else is <i>NULL</i>.
343    
344              Resource* GetParent() { return pParent; };              Resource* GetParent() { return pParent; }
345              virtual void UpdateChunks();              virtual void UpdateChunks();
346              void GenerateDLSID();              void GenerateDLSID();
347          protected:          protected:

Legend:
Removed from v.1416  
changed lines
  Added in v.1953

  ViewVC Help
Powered by ViewVC