process double channels only once in each frame
This commit is contained in:
parent
63f25e8209
commit
32a1e5cb0c
11 changed files with 70 additions and 46 deletions
|
|
@ -58,6 +58,14 @@ enum Status
|
|||
PlayingLoop,
|
||||
};
|
||||
|
||||
static const char* StatusStr[] =
|
||||
{
|
||||
"Stop",
|
||||
"Pause",
|
||||
"Playing One",
|
||||
"Playing Loop",
|
||||
};
|
||||
|
||||
enum Slider
|
||||
{
|
||||
Volume,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue