|
BGC Tools
|
Float-based description of a single carrier tone, for tone composition More...

Public Member Functions | |
| CarrierTone (float frequency, float amplitude=1f, float phase=0f) | |
| CarrierTone | WithNewPhase (float newPhase) |
| CarrierTone | RotatePhase (float rotator) |
Data Fields | |
| readonly float | frequency |
| readonly float | amplitude |
| readonly float | phase |
Float-based description of a single carrier tone, for tone composition
Definition at line 10 of file CarrierTone.cs.
|
inline |
Definition at line 16 of file CarrierTone.cs.
References BGC.Mathematics.GeneralMath.Repeat().

| CarrierTone BGC.Audio.CarrierTone.RotatePhase | ( | float | rotator | ) |
| CarrierTone BGC.Audio.CarrierTone.WithNewPhase | ( | float | newPhase | ) |
| readonly float BGC.Audio.CarrierTone.amplitude |
Definition at line 13 of file CarrierTone.cs.
| readonly float BGC.Audio.CarrierTone.frequency |
Definition at line 12 of file CarrierTone.cs.
| readonly float BGC.Audio.CarrierTone.phase |
Definition at line 14 of file CarrierTone.cs.
1.8.13