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


ShowGrid(wid, gmode {, centre})
display a backgroung grid in window wid !! --> wid must be a window inheriting wGMw methods gmode is either: 0 no grid 1 x and y axes 2 broad rectangular grid 3 fine rectangular grid 4 broad polar grid 5 fine polar grid polar grids are centered in CentrePolaire, or centre is it is present Related topics: graphics GUI


ShowMAll(marks)
remove all invisibility flags from marks Related topics: marks


ShowObjectsNames({col})
print the names (in the graphic area) for all objects displayed in the GUI col is the (optional) color used; default is 9 this function is mainly intented to be used within GUIbackground()
See: GUIbackground
Related topics: GUI object


ShowPiste(wid, pst)
plot piste pst in window wid !! --> wid must be a window inheriting wGMw methods
See: PlotP
Related topics: graphics GUI


ShowProjOnCer(wid, c, projmode {, ev})
displays the projections from the ev scene on circle c ev defaults to Ev projmode may be one of the following: 1 red projections from all active events 2 green projections from all active events 3 green projections from selected events !! --> wid must be a window inheriting wGMw methods mode is STORE, XOR or CLEAR (defaults to STORE)
See: ShowSeg ShowCircle ShowProjOnCer
Related topics: graphics GUI


ShowProjOnSeg(wid, seg, mode, projmode {, ev})
displays the projections from the ev scene on segment seg ev defaults to Ev projmode may be one of the following: 1 red projections from all active events 2 green projections from all active events 3 green projections from selected events !! --> wid must be a window inheriting wGMw methods mode is STORE, XOR or CLEAR (defaults to STORE)
See: ShowSeg ShowCircle ShowProjOnCer
Related topics: graphics GUI


ShowScore(...)
this function is called internally by the GeoMaestro GUI ... it is not intended to be used elsewhere ! Related topics: csound


ShowSeg(wid, seg {,mode {,projmode,...}})
display segment seg in window wid if projmode is not 0, calls ShowProjOnSeg(wid, seg, mode, projmode, ...) !! --> wid must be a window inheriting wGMw methods mode is STORE, XOR or CLEAR (defaults to STORE)
See: ShowProjOnSeg ShowCircle ShowProjOnCer
Related topics: graphics GUI


Signe(x)
returns 1 if x>=0, -1 otherwise Related topics: math


SilentPhrase(len)
returns a void phrase of length len Related topics: phrase


SilentScore(t)
returns a void score with duration t (in seconds) (the duration is coded through f0 statement)
See: ScoreF0
Related topics: csound


SmoothCtrl(ph {, mode})
interpolates all controllers in phrase ph according to mode mode can be: "lin" linear interpolation (this is the default) "sin" using half cosine "paraccv" using concave parabols "paracvx" using convex parabols
See: Interpolate
Related topics: controller


SortScore(score)
return score as sorted by Csound itself (in "score.srt") this handles all macros, ramps, etc.. and is very fast. requires that CSOUNDBINARY is correctly set, though.. WARNING: this function requires that score is a valid csound score. if you want to sort a partial score, use OrderScore() instead
See: OrderScore SortToNumScore
Related topics: csound


SortToNumScore(score)
similar to SortScore, only return the score in numeric format
See: SortScore
Related topics: csound


Spirale(t, rf {, toffset})
... to be used with ParaPiste ... defines a spiral relatively to CentrePolaire: -> r = rf*t -> theta = t -> toffset is added to t
See: ParaPiste PolarPiste
Related topics: piste math


SplitCtrl(m {, printflag})       
translate the controller message m (a phrase) into an array of format ["ch"= controller channel, "n"= controller number, "val"= controller value, "name"= controller index in CtrlIMap (or "") ] if printflag is 1, displays these infos at the console if printflag is 2, returns them as a string instead of an array
See: controller
Related topics: controller


StdScoreDisplay(o, sco, rect, d)
Standard score display function this function is called by default to draw score representations into Compositor boxes Related topics: compositor custom csound


StripScore(sco {, kflag})       
returns sco stripped of all lines that are not i-statements if kflag = 1, does not perform arraycopy, so sco is actually changed Related topics: csound


SupprimeIndex(ind,arr)
returns the array arr without the item whose index is ind this function simply does a delete arr[ind]
See: ExtraitIndex ExtraitItems SupprimeItems
Related topics: array


SupprimeItems(marque,arr)
returns the array arr without the items whose value is marque
See: ExtraitIndex ExtraitItems SupprimeIndex
Related topics: array



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