OMChroma Reference

FOF-A1

CLASS SLOTS:
- self Synthesis event [default = NIL]
- numcols Number of components [int] [default = 1]
- action-time Event offset [s] [default = 0]
- user-fun A lambda function applied to each component [default = NIL]

ARRAY SLOTS (KEYWORDS):
- e-dels Entry Delays [sec] [default = 0]
- durs Durations [sec] [default = 1]
- amp Maximum Amplitude [lin, >0.0-1000.0 or dB <= 0.0]
[default = -6.0]
- f0 (Minimum) fundamental frequency [Hz]
[default = 220.0]
- freq (Minimum) current frequency [Hz]
[default = 609.0]
- bw (Minimum) bandwith [Hz or % of centre freq]
[default = 77.0]
- aenv Amplitude Envelope [GEN]
[default = Instance: GEN07]
- win (Minimum) excitation (rise/tex) time of the local attack (FOF/grain) [sec]
[default = 0.003]
- wdur (Minimum) total duration of the FOF/grain [sec]
[default = 0.02]
- wout (Minimum) decay time of the local decay (FOF/grain) [sec]
[default = 0.007]
- oct (Minimum) octaviation factor of the fof [flt >=0.0]
[default = 0.0]
- phs Starting phase [%]
[default = 0]
- par1 Optional parametre required by some synthesis techniques [see class]
[default = 0]

Description:

;=============================================================================
; FOF-A1.ORC
; FORMANTIC WAVEFORM (FROM ACCCI, 45_01_2.ORC) / MONO
; AMPLITUDE ENVELOPE WITH POSCILI
; COMPLETE CONTROL OF THE DETAILS OF THE FOF FROM THE SCORE
;=============================================================================

; Timbre: Granular synthesis with fof module, voice-like tones
; Synthesis: FOF (Forme d'Onde Formatique)
; OSCILI envelopes
; Coded: jpg 8/92, modified ms 9/04, 8/08

; NB: NEW STRUCTURE FOR THE AMPLITUDES FROM AUGUST 2008!
; Positive value > 0.0 : linear amplitude (>0.0-1000.0)
; 0.0 or negative value : amplitude in dB (0 = maximum value)

; The apparently arbitrary amplitude range (0-1000, rather than 0-1)
; avoids printing small values with exponential notation
; Replaced oscili with poscil (precise oscillator), ms 8/08
; Default SR = 96000, recommended precision: 24 bits
; NB1: this implementation works with both audio and sub-audio f0's and
; allows for an independent control of rise, decay and grain duration
;-----------------------------------------------------------------------------
; p1 = instrument number
; p2 = action time [sec]
; p3 = duration [sec]
; p4 = max amplitude [linear, >0.0-1000.0 or dB, <= 0.0]
; p5 = fundamental frequency [Hz]
; p6 = formant frequency [Hz]
; p7 = bandwidth [Hz]
; p8 = amplitude envelope [GEN number]
; p9 = tex or rise time [sec]
; p10 = total duration of the burst [sec]
; p11 = decay time of the grain envelope [sec]
; p12 = octaviation [=>0.0]
; p13 = phase [0-1]
; p14 = skip, if not 0, skip initalization (for legato)
;-----------------------------------------------------------------------------
; COMPULSORY GEN FUNCTIONS
; f1 large sine tone
; f19 sigmoid rise/decay shape
;_____________________________________________________________________________




see Csound Tables Conventions


Auto doc generation by OpenMusic 6.6 © 2010 IRCAM