drumstick 2.9.0
C++ MIDI libraries using Qt objects, idioms, and style.
qwrk.h File Reference

Cakewalk WRK Files Input. More...

#include "macros.h"
#include <QObject>
#include <QScopedPointer>
Include dependency graph for qwrk.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QWrk
 Cakewalk WRK file format (input only) More...
 

Namespaces

namespace  drumstick
 Drumstick common.
 
namespace  drumstick::File
 Drumstick File library.
 

Enumerations

enum  WrkChunkType {
  TRACK_CHUNK = 1 , STREAM_CHUNK = 2 , VARS_CHUNK = 3 , TEMPO_CHUNK = 4 ,
  METER_CHUNK = 5 , SYSEX_CHUNK = 6 , MEMRGN_CHUNK = 7 , COMMENTS_CHUNK = 8 ,
  TRKOFFS_CHUNK = 9 , TIMEBASE_CHUNK = 10 , TIMEFMT_CHUNK = 11 , TRKREPS_CHUNK = 12 ,
  TRKPATCH_CHUNK = 14 , NTEMPO_CHUNK = 15 , THRU_CHUNK = 16 , LYRICS_CHUNK = 18 ,
  TRKVOL_CHUNK = 19 , SYSEX2_CHUNK = 20 , MARKERS_CHUNK = 21 , STRTAB_CHUNK = 22 ,
  METERKEY_CHUNK = 23 , TRKNAME_CHUNK = 24 , VARIABLE_CHUNK = 26 , NTRKOFS_CHUNK = 27 ,
  TRKBANK_CHUNK = 30 , NTRACK_CHUNK = 36 , NSYSEX_CHUNK = 44 , NSTREAM_CHUNK = 45 ,
  SGMNT_CHUNK = 49 , SOFTVER_CHUNK = 74 , END_CHUNK = 255
}
 Record types within a WRK file. More...
 

Detailed Description

Cakewalk WRK Files Input.

Definition in file qwrk.h.