#include <SoundTime.h>
Public Types | |
| typedef unsigned | Count |
Public Member Functions | |
| SoundTime () | |
| unsigned | sampleRate () const |
| void | setSampleRate (unsigned r) |
| Count | frames () const |
| void | setFrames (Count f) |
| void | incrementFrames (Count f) |
| double | seconds () const |
| void | setSeconds (double secs) |
| double | microseconds () const |
| void | setMicroseconds (double secs) |
| unsigned | beats () const |
| void | setBeats (unsigned b) |
| double | BPM () const |
| void | setBPM (double v) |
Private Attributes | |
| Count | _frames |
| unsigned | _outSR |
| unsigned | _beats |
| double | _bpm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4