/[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 1713 by persson, Thu Mar 6 20:42:22 2008 UTC
# 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.1713

  ViewVC Help
Powered by ViewVC