Related topics: GUI object
SelectedCircles(regexp)
... see DisplayedObjects
Related topics: GUI object
SelectedPistes(regexp)
... see DisplayedObjects
Related topics: GUI object
SelectedPoints(regexp)
... see DisplayedObjects
Related topics: GUI object
SelectedSegments(regexp)
... see DisplayedObjects
Related topics: GUI object
SetBoxMarks(b, m)
defined marks in box b from markset m
Related topics: marks
SetChan(ph, ch)
sets the channel for all notes in ph to ch
Related topics: phrase
SetScoreF0(sco, tf0 {,kflag})
set all f0 statements in score sco to the value tf0 (expressed in seconds)
remove all f0 statements in score sco then create one at the end
of the score, with value tf0 (as expressed in seconds)
also delete the optional fields "ls" and "lc", so that this actually set
the length of the score
... as a side effect, also removes all duplicated f-statements
if kflag is 1, the operation is not destructive for sco (default is 0)
See:
SetScoreF0Clicks
ScoreF0
SilentScore
Related topics: csound
SetScoreF0Clicks(sco, tf0 {,kflag})
remove all f0 statements in score sco then create one at the end
of the score, corresponding to value tf0 (which is expressed in clicks)
also delete the optional fields "ls" and "lc", so that this actually set
the length of the score
... as a side effect, also removes all duplicated f-statements
if kflag is 1, the operation is not destructive for sco (default is 0)
See:
SetScoreF0
ScoreF0
SilentScore
ScoreLength
Related topics: csound
SetScoreLength(...)
... an alias for SetScoreF0Clicks
See:
SetScoreF0Clicks
Related topics: csound
SetScoreParam(score, param, valstr)
looks for a "#define param" in the score and sets the param value to valstr
ex: SetScoreParam(score, "X", "10")
looks for "#define X .." and replaces it with "#define X #10#"
if the #define statement is not found, no action; the score is returned
See:
GetScoreParam
Related topics: csound
SetVarNamedTo(varname, val {,echof})
set the variable named variable to value val
See:
UniqVarName
Related topics: programming string
Setpolar(r, ang)
defines a point from its polar coordinates
See:
Getpolar
SetpolarCP
Related topics: point vector angle
SetpolarCP(r, ang)
same as Setpolar, only with respect to point CentrePolaire
(the origin of the polar grids)
See:
Setpolar
Related topics: point angle
ShakeLigne(lig, d)
redo the projections making the ligne lig, after having randomly moved
all points defining the projection supports (segment extremities, circle centers)
d is the motion maximum amplitude
Related topics: ligne
ShiftLSB(ph)
Shift all LSB messages in ph by an offset -LSBShiftAllowed
This makes sure that a bank message issued "at the same time" as a program
change will be sent first (1/200 second before if LSBShiftAllowed is 1)
Otherwise it is possible that the bank message get ignored by the synth
(don't ask me why)
The side effect of this function is that the whole phrase is delayed by
an amount of LSBShiftAllowed (in clicks)
See:
ScaleToTempo
ShowCircle(wid, c, col, projmode, ...)
display circle c in window wid with color col
if projmode is not 0, calls
ShowProjOnCer(wid, cercle, projmode, ...)
!! --> wid must be a window inheriting wGMw methods
mode is STORE, XOR or CLEAR (defaults to STORE)
See:
ShowProjOnSeg
ShowSeg
ShowProjOnCer
Related topics: graphics GUI