Skip to content
agolvet edited this page Mar 18, 2022 · 2 revisions

SimpleOsc

An AM synth. Can be summoned by the name am.

Parameters

  • frequency:
    Lets you set the frequency of the carrier (in Hz).
    Must be a fixed value. If you want to provide an automation enveloppe use the detune parameter.

  • detune: Lets you set a detune value (in cents) to the carrier's frequency.
    Must be of the type function in Max/MSP.

  • carrType: Lets you set the carrier type.
    Available values : sine, triangle, sawtooth, square.

  • amModFreq:
    Lets you set the modulator's frequency (in Hz).
    Can be a fixed value or a Max function.

  • amModFreq:
    Lets you set the modulation depth (from 0 to 1).
    Can be a fixed value or a Max function.

  • modType: Lets you set the modulator type.
    Available values : sine, triangle, sawtooth, square.

Clone this wiki locally