LMMS
Loading...
Searching...
No Matches
plugins
OpulenZ
adplug
src
Macros
|
Functions
|
Variables
d00.cpp File Reference
#include <
string.h
>
#include <stdio.h>
#include <inttypes.h>
#include "
debug.h
"
#include "
d00.h
"
Macros
#define
HIBYTE
(
val
)
#define
LOBYTE
(
val
)
Functions
static
uint16_t
LE_WORD
(
const
uint16_t
*
val
)
Variables
static
const
unsigned short
notetable
[12]
Macro Definition Documentation
◆
HIBYTE
#define HIBYTE
(
val
)
Value:
(
val
>> 8)
val
int val
Definition
jpeglib.h:956
◆
LOBYTE
#define LOBYTE
(
val
)
Value:
(
val
& 0xff)
Function Documentation
◆
LE_WORD()
uint16_t
LE_WORD
(
const
uint16_t
*
val
)
inline
static
Variable Documentation
◆
notetable
const
unsigned short notetable[12]
static
Initial value:
=
{340,363,385,408,432,458,485,514,544,577,611,647}
Generated on
for LMMS by
1.16.1