ReactOS 0.4.15-dev-7958-gcd0bb1a
_NoteNode Struct Reference
Collaboration diagram for _NoteNode:

Public Attributes

struct _NoteNodenext
 
struct _NoteNodeprevious
 
UCHAR note
 
UCHAR velocity
 

Detailed Description

Definition at line 72 of file beepmidi.c.

Member Data Documentation

◆ next

struct _NoteNode* _NoteNode::next

Definition at line 74 of file beepmidi.c.

Referenced by PlayNote(), and StopNote().

◆ note

UCHAR _NoteNode::note

Definition at line 77 of file beepmidi.c.

Referenced by PlayNote().

◆ previous

struct _NoteNode* _NoteNode::previous

Definition at line 75 of file beepmidi.c.

Referenced by PlayNote().

◆ velocity

UCHAR _NoteNode::velocity

Definition at line 78 of file beepmidi.c.

Referenced by PlayNote().


The documentation for this struct was generated from the following file: