< previous page ][ next page > [back] [back to #library listing]


BoxToWave(nb, editflag {, filename})
function invoked by the Compositor [AUDIO] button
See: WriteCompomix CallCsound
Related topics: audio


BringCompositorUp()
search for the Compositor tool and switch to the page it belongs to, toggling the wrapper tool if necessary so that the Compositor is brought up to front
See: BringGUIUp
Related topics: GUI programming


BringGUIUp()
search for the main GUI and switch to the page it belongs to, toggling the wrapper tool if necessary so that the GUI is brought up to front
See: BringCompositorUp
Related topics: GUI programming


BuildSystemCommands()
Update all dependencies when an audio system parameter is changed Related topics: system


Butterfly(t)
... to be used with ParaPiste ... defines a butterfly curve relatively to CentrePolaire: -> r = exp(cos(t))-2*cos(4*t)+pow(sin(t/12),5) -> theta = t
See: ParaPiste PolarPiste
Related topics: piste math


CArc(cer, th0, th1)
defines an arc of circle by keeping only the part of cer from angles th0 to th1
See: Cerc CerP Peri
Related topics: circle angle


RCPiste(cer, pO, dir, len {, dth})
cicular billard trajectory (similar to RBPiste) starting point pO must belong to the disk cer dir is either an angle or a point
See: RBPiste
Related topics: piste


COMPOinpage()
return 1 if the Compositor tool is a child of Root (the current page), else return 0
See: GeoGUIinpage
Related topics: GUI programming


CSMap(i, pvol, v0, v1, ppit {, format {, sco {, t0}}})  
returns a MIDI to score mapping i instrument number (p1) pvol is the p-field associated to volume/intensity/amplitude v0 is the minimum value for pvol (for a MIDI velocity 0) v1 is the maximum value for pvol (for a MIDI velocity 127) ppit is the p-field associated to pitch/frequency format is either "midi", "pch", "oct" or "cps" (default "pch") sco (a string) is an optional line template setting all other p-fields
See: MidiCS MidiPhCS MidiFromCS MidiFromScore
Related topics: csound


CallCsound(orc,sco,wav)
Calls Csound using the command CSOUNDCOMMANDLINE and renders score sco with orchestra orc in wave file wav Warning: sco and orc must be located in the DATA directory (and thus path or extension are not required) Related topics: audio system


CerP(centre, peri)
defines a circle from its center and perimeter
See: Cerc CArc
Related topics: circle


Cerc(centre, radius)
defines a circle from its center and radius
See: CerP CArc
Related topics: circle


Cercle(t, rc {, toffset})
... to be used with ParaPiste ... defines a circle relatively to CentrePolaire: -> r = rc (radius) -> theta = t -> toffset is added to t
See: ParaPiste PolarPiste
Related topics: piste math


Cerclew(wid, cx, cy, r {,mode {,dt}})
draw a circle in window wid, with center (cx,cy) and radius r mode is STORE, XOR or CLEAR (defaults to STORE) dt is the angle step for drawing (defaults to 0.04*Pi)
See: Ellipse ParaCercle
Related topics: graphics


ChEq(ph, ...)
channel equalizer: arguments are pairs ch dv where dv is the volume offset to be applied to all notes in channel ch


ChoiceOfToys()
defines the selection of toys available from the first item in the main [TOY] menu all corresponding *.toy files must live in the TOYDIR directory you may add your own selection with User_ChoiceOfToys() ChoiceOfToys() also reads the file AutoRegisteredToysFile which contains the references for the toys registered through the last item of the [TOY] menu, so there are actually 3 ways to add an entry to the REGISTERED TOYS menu
See: User_ChoiceOfToys
Related topics: GUI


CirclesInXY(area)
... see PointsInXY
See: PointsInXY
Related topics: GUI object


Clip(var)
writes string(var) into the Windows clipboard
See: ClipVAR
Related topics: system


ClipVAR()
Writes the content of the GVARS array in the Windows clipboard (in a handy format for hacking)
See: Clip
Related topics: GVARS


CompacteNIndexes(arr, base)
set-up all integer indexes in arr so that while keeping their original order the eventual numbering scheme has no "hole" in it. base is the first index number: it must be less or equal to any index in arr
See: ExtraitIndex
Related topics: array



< previous page ][ next page > [back] [back to #library listing]