|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Frequency | |
---|---|
ddf.minim.ugens |
Uses of Frequency in ddf.minim.ugens |
---|
Methods in ddf.minim.ugens that return Frequency | |
---|---|
static Frequency |
Frequency.ofHertz(float hz)
Construct a Frequency that represents the provided Hertz. |
static Frequency |
Frequency.ofMidiNote(float midiNote)
Construct a Frequency from a MIDI note value. |
static Frequency |
Frequency.ofPitch(java.lang.String pitchName)
Construct a Frequency from a pitch name, such as A4 or Bb2. |
Methods in ddf.minim.ugens with parameters of type Frequency | |
---|---|
void |
Oscil.setFrequency(Frequency newFreq)
Sets the frequency of this Oscil. |
Constructors in ddf.minim.ugens with parameters of type Frequency | |
---|---|
Oscil(Frequency frequency,
float amplitude)
Constructs an Oscil UGen given a Frequency and amplitude. |
|
Oscil(Frequency freq,
float amp,
Waveform wave)
Constructs an Oscil UGen given a Frequency, amplitude, and a waveform |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |