added missing header file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3445 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a3b4d9e9de
commit
2eb7012d8e
@ -4,16 +4,13 @@
|
|||||||
* DESCR:
|
* DESCR:
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
#include <TimeSource.h>
|
#include <TimeSource.h>
|
||||||
#include "SoundPlayer.h"
|
|
||||||
#include <MediaRoster.h>
|
#include <MediaRoster.h>
|
||||||
|
#include <ParameterWeb.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "SoundPlayNode.h"
|
#include "SoundPlayNode.h"
|
||||||
|
#include "SoundPlayer.h"
|
||||||
/* this is the normal volume DB range of 16 bit integer */
|
|
||||||
const float minDB = -96;
|
|
||||||
const float maxDB = 0;
|
|
||||||
|
|
||||||
/*************************************************************
|
/*************************************************************
|
||||||
* public sound_error
|
* public sound_error
|
||||||
|
Loading…
Reference in New Issue
Block a user