< previous page ][ next page > [ back] [ back to #library listing] |
EvaluateOnBoxes(estr {, b})
This is the function called by the Compositor [OP] button the command estr (a string) is evaluated for all boxes in the structure. ... see the HTML documentation for command syntax and keywords If estr is an index of the array returned by CompositorOperations(), the corresponding item will be evaluated in place of estr
See:
-f#CompositorOperations()#f-
Related topics: compositor
Even(n)
tests weither n is an even integer
See:
Odd
Related topics: math
ExScore(var, fname {, headf {, postf}})
write the score var or var["score"] in file fname
if headf is 1 (default), Ev["score"] is added at the beginning of the file
if postf is 1 (default), the function PostProcessScore is called beforehand
(it it exists)
ExScore(var, fname, 0, 0) is the same as WriteScore(var, fname)
See:
WriteScore
InitScore
PostProcessScore
DoRenderScore
Related topics: csound
ExtraitIndex(ind,arr)
returns a copy of the array arr without the item whose index is ind
WARNING: ind must be an integer
all other integer indexes > ind will be decreased by 1
non-integer indexes will be kept
See:
SupprimeIndex
ExtraitItems
SupprimeItems
CompacteNIndexes
Related topics: array
ExtraitItems(marque,arr)
returns a copy of the array arr without the items whose value is marque
WARNING: all corresponding indexes must be integers
all other integer indexes will be rearranged so that no hole
appears in their range
non-integer indexes will be kept
See:
SupprimeIndex
ExtraitIndex
SupprimeItems
Related topics: array
FName(fnameex)
interprets an expression created with RelativeNameExpression() and
returns the corresponding file name
See:
RelativeNameExpression
RegisterPortablePath
SAFEname
Related topics: programming file
FilterInstr(sco, mode, ...)
if mode is 1, same as RemoveInstr
if mode is 0, same as KeepOnlyInstr
See:
RemoveInstr
KeepOnlyInstr
Related topics: csound
FirstChunks(str, delimc)
returns string str minus its last chunk and its corresponding delimiter
character
See:
LastChunk
Related topics: programming string
FlagO(str_list {,d}) or FlagO(arr {,d})
creates a comment flag for all object (point, circle, segment or piste) whose
name appears in the string str_list or as an index in the array arr; then redraw
the GUI
ex: FlagO("Or,Oi,Oj,Oim,Ojm")
FlagO(GVARS)
if the optional argument d is 0, the GUI is not redrawed
Related topics: GUI object
Fleche(wid,a,b,len {,mode})
draw in window wid an arrow of length len, pointing to point a
and indicating the direction of point b
mode is STORE, XOR or CLEAR (defaults to STORE)
Related topics: graphics
FloatingPh(ph, d {, rpos})
adjust the position of phrase ph in the duration d
if rpos is 0, return ph plus silence
if rpos is 1, return silence plus ph
default is rpos=0.5, silence then ph then silence again
the resulting phrase has a length d (this function is meant to be used as
a replacement for scaleng() in GeoMaestro Compositor boxes)
See:
FloatingScore
FloatingScore(ph, d {, rpos})
adjust the position of phrase ph in the duration d
if rpos is 0, return ph plus silence
if rpos is 1, return silence plus ph
default is rpos=0.5, silence then ph then silence again
the resulting phrase has a length d (this function is meant to be used as
a replacement for ScaleScore() in GeoMaestro Compositor boxes)
See:
FloatingPh
ScaleScore
FlushEvalSpace( {ms {, silentmode}})
Empty the T_a_b_f__ array.
Should only be called when no thread is currently calling Eval or MEval !
optional arguments: ms monitoring time in millisecond (no flush if uniqnum()
is called meanwhile) and a flag: no printed output if silentmode == 1
See:
Eval
Related topics: programming
ForgetBigVAR({n})
removes all "big" arrays registered in GVARS
(by default n=100)
See:
BigVAR
for
details
Related topics: GVARS
ForgetVAR(listvar)
removes from GVARS all variables in the string listvar
ex: ForgetVAR("A,B,SomeVariable")
Related topics: GVARS
ForgetVAR_called(regexp)
removes from GVARS all variables whose names contain the regular expression regexp
Related topics: GVARS
FullCirclesInXY(area)
... see PointsInXY
See:
PointsInXY
Related topics: GUI object
FullSegmentsInXY(area)
... see PointsInXY
See:
PointsInXY
Related topics: GUI object
FusionneLignes(lin1, lin2 {, id})
merges lin2 to lin1, while keeping their "inter" fields distinct, as two
branches of the eventual "inter", so that they get one level deeper.
there is not "rac" in the returned ligne
the "id" field is the string argument id (default: "FusionneLigne")
-> lin1 and lin2 are preserved: the operation is not destructive
See:
AddLignes
MergeLignes
Related topics: ligne
Fuzz(ph, pc)
randomly changes all velocities and duration in the range +/- pc%
< previous page ][ next page > [
back] [
back to #library listing]