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