mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +02:00
cleanup/remove stray static _frameOffset
This commit is contained in:
parent
089267a937
commit
0ba952b2f8
1 changed files with 1 additions and 2 deletions
|
@ -12,10 +12,9 @@
|
||||||
#ifndef hifi_AudioSourceTone_h
|
#ifndef hifi_AudioSourceTone_h
|
||||||
#define hifi_AudioSourceTone_h
|
#define hifi_AudioSourceTone_h
|
||||||
|
|
||||||
// Implemenbts a Gordon-Smith oscillator
|
// Implements a two-pole Gordon-Smith oscillator
|
||||||
class AudioSourceTone
|
class AudioSourceTone
|
||||||
{
|
{
|
||||||
static uint32_t _frameOffset;
|
|
||||||
float32_t _frequency;
|
float32_t _frequency;
|
||||||
float32_t _amplitude;
|
float32_t _amplitude;
|
||||||
float32_t _sampleRate;
|
float32_t _sampleRate;
|
||||||
|
|
Loading…
Reference in a new issue