-
Notifications
You must be signed in to change notification settings - Fork 0
src3453 edited this page Aug 5, 2023
·
3 revisions
This function provides FM synthesis with two sine waves.
fm(modint, freq, freq2[,frame])
| Name | Type | Description |
|---|---|---|
modint |
float |
intensity of modulation. |
freq |
float |
modulator frequency. |
freq2 |
float |
carrier freqency. |
frame |
float |
time parameter of calculation.(optional) |