Home
last modified time | relevance | path

Searched defs:xm_sample_header (Results 1 – 4 of 4) sorted by relevance

/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Dxi.c45 struct xm_sample_header { struct
46 uint32_t samplen;
47 uint32_t loopstart;
48 uint32_t looplen;
49 uint8_t vol;
50 signed char finetune;
51 uint8_t type;
52 uint8_t pan;
53 signed char relnote;
54 uint8_t res;
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/loaders/
H A Dxm.h80 struct xm_sample_header { struct
81 uint32 length; /* Sample length */
82 uint32 loop_start; /* Sample loop start */
83 uint32 loop_length; /* Sample loop length */
84 uint8 volume; /* Volume */
85 int8 finetune; /* Finetune (signed byte -128..+127) */
86 uint8 type; /* 0=No loop,1=Fwd loop,2=Ping-pong,16-bit */
87 uint8 pan; /* Panning (0-255) */
88 int8 relnote; /* Relative note number (signed byte) */
89 uint8 reserved; /* Reserved */
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/libxmp-lite/src/
H A Dxm.h80 struct xm_sample_header { struct
81 uint32 length; /* Sample length */
82 uint32 loop_start; /* Sample loop start */
83 uint32 loop_length; /* Sample loop length */
84 uint8 volume; /* Volume */
85 int8 finetune; /* Finetune (signed byte -128..+127) */
86 uint8 type; /* 0=No loop,1=Fwd loop,2=Ping-pong,16-bit */
87 uint8 pan; /* Panning (0-255) */
88 int8 relnote; /* Relative note number (signed byte) */
89 uint8 reserved; /* Reserved */
[all …]
/dports/games/xrally/xrally/tools/xm2mod/
H A Dxm.h82 struct xm_sample_header { struct
83 uint32 length; /* Sample length */
84 uint32 loop_start; /* Sample loop start */
85 uint32 loop_length; /* Sample loop length */
86 uint8 volume; /* Volume */
87 uint8 finetune; /* Finetune (signed byte -16..+15) */
88 uint8 type; /* 0=No loop,1=Fwd loop,2=Ping-pong,16-bit */
89 uint8 pan; /* Panning (0-255) */
90 uint8 relnote; /* Relative note number (signed byte) */
91 uint8 reserved; /* Reserved */
[all …]