libmsx
C library for MSX
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
Variables
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
g
i
j
l
m
o
p
r
s
t
v
z
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
i
s
v
Macros
a
b
c
f
i
l
m
n
o
p
r
s
t
v
w
►
libmsx
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
snd_p_table.h
Go to the documentation of this file.
1
// -*- coding: utf-8-unix -*-
2
/*
3
* Copyright (c) 2021-2025 Daishi Mori (mori0091)
4
*
5
* This software is released under the MIT License.\n
6
* See https://github.com/mori0091/libmsx/blob/main/LICENSE
7
*
8
* GitHub libmsx project\n
9
* https://github.com/mori0091/libmsx
10
*/
20
#ifndef SND_P_TABLE_H_
21
#define SND_P_TABLE_H_
22
23
#include <stdint.h>
24
33
typedef
struct
snd_p_table
snd_PitchBend
;
37
typedef
struct
snd_p_table
snd_PeriodBend
;
38
56
struct
snd_p_table
{
65
const
uint8_t
wait
;
67
const
int16_t *
ad_part
;
69
const
int16_t *
s_part
;
71
const
int16_t *
r_part
;
72
};
56
struct
snd_p_table
{
…
};
73
76
#endif
// SND_P_TABLE_H_
snd_p_table::s_part
const int16_t * s_part
Pointer to Sustain part of data stream.
Definition
snd_p_table.h:69
snd_p_table::wait
const uint8_t wait
Wait counts (ticks per data chunk).
Definition
snd_p_table.h:65
snd_p_table::r_part
const int16_t * r_part
Pointer to Release part of data stream.
Definition
snd_p_table.h:71
snd_p_table::ad_part
const int16_t * ad_part
Pointer to Atack..Decay part of data stream.
Definition
snd_p_table.h:67
snd_p_table
Pitch bend table.
Definition
snd_p_table.h:56
include
snd_p_table.h
Generated by
1.12.0